#158F87

Color #158F87 Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #158F87

Tints of Dark Cyan #158F87

Color information

#158F87 (or 0x158F87) is unknown color: approx Dark Cyan. HEX triplet: 15, 8F and 87. RGB value is (21,143,135). Sum of RGB (Red+Green+Blue) = 21+143+135=299 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.02% from 299); Green value is 143 (56.25% from 255 or 47.83% from 299); Blue value is 135 (53.12% from 255 or 45.15% from 299); Max value from RGB is 143 - color contains mainly: green. Hex color #158F87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158F87 is #EA7078. Grayscale: #696969. Windows color (decimal): -15364217 or 8883989. OLE color: 8883989.

HSL color Cylindrical-coordinate representation of color #158F87: hue angle of 176.07º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158F87 is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB21143135-
CMYK0.8500.060.44
HSL176.07º74.39%32.16%-
HSV(B)176.07º85.31%56.08%-
XYZ14.521.5526.32-
YUV105.61144.5867.65-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.02%
GREEN value IS 143 (56.25% from 255) = 47.83%
BLUE value IS 135 (53.12% from 255) = 45.15%
R=7.02%
G=47.83%
B=45.15%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal211431350.8500.060.44176.0774.3932.16
Hex158F8755062Cb04a20
Octal25217207125065426011240
Binary10101100011111000011110101010110101100101100001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158F87; }

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

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

<style>
 a { background-color: #158F87; }

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

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

<style>
 span { border-color: #158F87; }

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

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