#158A8E

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

Shades of Dark Cyan #158A8E

Tints of Dark Cyan #158A8E

Color information

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

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

Color convert

RGB21138142-
CMYK0.850.0300.44
HSL181.98º74.23%31.96%-
HSV(B)181.98º85.21%55.69%-
XYZ14.2820.2928.75-
YUV103.47149.7469.17-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal211381420.850.0300.44181.9874.2331.96
Hex158A8E55302Cb64a20
Octal25212216125305426611240
Binary1010110001010100011101010101110101100101101101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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