#158F89

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

Shades of Dark Cyan #158F89

Tints of Dark Cyan #158F89

Color information

#158F89 (or 0x158F89) is unknown color: approx Dark Cyan. HEX triplet: 15, 8F and 89. RGB value is (21,143,137). Sum of RGB (Red+Green+Blue) = 21+143+137=301 (39% of max value = 765). Red value is 21 (8.59% from 255 or 6.98% from 301); Green value is 143 (56.25% from 255 or 47.51% from 301); Blue value is 137 (53.91% from 255 or 45.51% from 301); Max value from RGB is 143 - color contains mainly: green. Hex color #158F89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158F89 is #EA7076. Grayscale: #696969. Windows color (decimal): -15364215 or 9015061. OLE color: 9015061.

HSL color Cylindrical-coordinate representation of color #158F89: hue angle of 177.05º 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 #158F89 is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB21143137-
CMYK0.8500.040.44
HSL177.05º74.39%32.16%-
HSV(B)177.05º85.31%56.08%-
XYZ14.6521.6127.07-
YUV105.84145.5867.49-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.98%
GREEN value IS 143 (56.25% from 255) = 47.51%
BLUE value IS 137 (53.91% from 255) = 45.51%
R=6.98%
G=47.51%
B=45.51%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal211431370.8500.040.44177.0574.3932.16
Hex158F8955042Cb14a20
Octal25217211125045426111240
Binary10101100011111000100110101010100101100101100011001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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