#158989

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

Shades of Dark Cyan #158989

Tints of Dark Cyan #158989

Color information

#158989 (or 0x158989) is unknown color: approx Dark Cyan. HEX triplet: 15, 89 and 89. RGB value is (21,137,137). Sum of RGB (Red+Green+Blue) = 21+137+137=295 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.12% from 295); Green value is 137 (53.91% from 255 or 46.44% from 295); Blue value is 137 (53.91% from 255 or 46.44% from 295); Max value from RGB is 137 - color contains mainly: green, blue. Hex color #158989 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158989 is #EA7676. Grayscale: #666666. Windows color (decimal): -15365751 or 9013525. OLE color: 9013525.

HSL color Cylindrical-coordinate representation of color #158989: hue angle of 180º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158989 is Cyan = 0.85, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB21137137-
CMYK0.85000.46
HSL180º73.42%30.98%-
HSV(B)180º84.67%53.73%-
XYZ13.7719.8626.77-
YUV102.32147.5770-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.12%
GREEN value IS 137 (53.91% from 255) = 46.44%
BLUE value IS 137 (53.91% from 255) = 46.44%
R=7.12%
G=46.44%
B=46.44%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal211371370.85000.4618073.4230.98
Hex15898955002Eb4491f
Octal25211211125005626411137
Binary10101100010011000100110101010010111010110100100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158989; }

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

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

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

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

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

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

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

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