#158E8A

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

Shades of Dark Cyan #158E8A

Tints of Dark Cyan #158E8A

Color information

#158E8A (or 0x158E8A) is unknown color: approx Dark Cyan. HEX triplet: 15, 8E and 8A. RGB value is (21,142,138). Sum of RGB (Red+Green+Blue) = 21+142+138=301 (39% of max value = 765). Red value is 21 (8.59% from 255 or 6.98% from 301); Green value is 142 (55.86% from 255 or 47.18% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 142 - color contains mainly: green. Hex color #158E8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158E8A is #EA7175. Grayscale: #696969. Windows color (decimal): -15364470 or 9080341. OLE color: 9080341.

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

Color convert

RGB21142138-
CMYK0.8500.030.44
HSL178.02º74.23%31.96%-
HSV(B)178.02º85.21%55.69%-
XYZ14.5721.3427.4-
YUV105.36146.4167.83-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.98%
GREEN value IS 142 (55.86% from 255) = 47.18%
BLUE value IS 138 (54.30% from 255) = 45.85%
R=6.98%
G=47.18%
B=45.85%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal211421380.8500.030.44178.0274.2331.96
Hex158E8A55032Cb24a20
Octal25216212125035426211240
Binary1010110001110100010101010101011101100101100101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,142,138); }

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

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

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

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

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

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

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