#15A08F

Color #15A08F Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #15A08F

Tints of Persian Green #15A08F

Color information

#15A08F (or 0x15A08F) is unknown color: approx Persian Green. HEX triplet: 15, A0 and 8F. RGB value is (21,160,143). Sum of RGB (Red+Green+Blue) = 21+160+143=324 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.48% from 324); Green value is 160 (62.89% from 255 or 49.38% from 324); Blue value is 143 (56.25% from 255 or 44.14% from 324); Max value from RGB is 160 - color contains mainly: green. Hex color #15A08F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15A08F is #EA5F70. Grayscale: #747474. Windows color (decimal): -15359857 or 9412629. OLE color: 9412629.

HSL color Cylindrical-coordinate representation of color #15A08F: hue angle of 172.66º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15A08F is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB21160143-
CMYK0.8700.110.37
HSL172.66º76.8%35.49%-
HSV(B)172.66º86.87%62.75%-
XYZ17.8427.2830.31-
YUV116.5142.9559.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 21 (8.59% from 255) = 6.48%
GREEN value IS 160 (62.89% from 255) = 49.38%
BLUE value IS 143 (56.25% from 255) = 44.14%
R=6.48%
G=49.38%
B=44.14%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal211601430.8700.110.37172.6676.835.49
Hex15A08F570B25ad4d23
Octal252402171270134525511543
Binary101011010000010001111101011101011100101101011011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15A08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15A08F; }

 p { color: rgb(21,160,143); }

 H1.HeaderClassName
 {
   color: #15A08F;
 }
 .AnyTagClassName
 {
   color: #15A08F;
 }
</style>
background-color css

<style>
 a { background-color: #15A08F; }

 a { background-color: rgb(21,160,143); }

 div.DivClassName
 {
   background-color: #15A08F;
 }
 .BgClassName
 {
   background-color: #15A08F;
 }
</style>
border-color css

<style>
 span { border-color: #15A08F; }

 span { border-color: rgb(21,160,143); }

 td.TdClassName
 {
   border-color: #15A08F;
 }
 .TagClassName
 {
   border-color: #15A08F;
 }
</style>