color codes Logo

#15c2aa color codes

#15C2AA
(21,194,170)
0 Favorites   0 Comments

Color spaces of #15c2aa

RGB 21194170
HSL0.480.800.42
HSV172°89°76°
CMYK 0.890.000.12   0.24
XYZ26.856741.645344.6531
Yxy41.64530.23730.3680
Hunter Lab64.5332-38.64694.1481
CIE-Lab70.6257-45.28520.7632

#15c2aa color RGB value is (21,194,170).

#15c2aa hex color red value is 21, green value is 194 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #15c2aa hue: 0.48 , saturation: 0.80 and the lightness value of 15c2aa is 0.42.

The process color (four color CMYK) of #15c2aa color code is 0.89, 0.00, 0.12, 0.24. Web safe color of #15c2aa is #00cc99. Color #15c2aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 11000010 10101010
Octal 25 302 252
Decimal 21 194 170
Hex 15 C2 AA

RGB Percentages of Color #15c2aa

%5.45
%50.39
%44.16

CMYK Percentages of Color #15c2aa

%89
%0
%12
%24

Triadic Colors of #15c2aa

#15c2aa #aa15c2 #c2aa15

Analogous Colors of #15c2aa

#15c2aa #1584c2 #15c254

Monochromatic Colors of #15c2aa

#15c2aa

Complementary Color

#15c2aa #c2152d

#15c2aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15c2aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#15c2aa Color CSS Codes

.mybgcolor {background-color:#15c2aa; } 
.myforecolor {color:#15c2aa; }
.mybordercolor {border:3px solid #15c2aa; }

#15c2aa Text Font Color

<p style="color:#15c2aa">Text here</p>

This sample text font color is #15c2aa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#15c2aa Background Color

<div style="background-color:#15c2aa">
Div content here</div>

This div background color is #15c2aa


#15c2aa Border Color

<div style="border:3px solid #15c2aa">
Div here</div>

This div border color is #15c2aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,194,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15c2aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15c2aa;
  -webkit-box-shadow: 1px 1px 3px 2px #15c2aa;
  box-shadow:         1px 1px 3px 2px #15c2aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,194,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #15c2aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #15c2aa;
  -webkit-box-shadow: 1px 1px 3px 2px #15c2aa;
  box-shadow:         1px 1px 3px 2px #15c2aa;">
Div content here</div>

This div box has shadow with color #15c2aa


Comments

No comments written yet.

Please login to write comment.