#158E8B

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

Shades of Dark Cyan #158E8B

Tints of Dark Cyan #158E8B

Color information

#158E8B (or 0x158E8B) is unknown color: approx Dark Cyan. HEX triplet: 15, 8E and 8B. RGB value is (21,142,139). Sum of RGB (Red+Green+Blue) = 21+142+139=302 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.95% from 302); Green value is 142 (55.86% from 255 or 47.02% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 142 - color contains mainly: green. Hex color #158E8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158E8B is #EA7174. Grayscale: #696969. Windows color (decimal): -15364469 or 9145877. OLE color: 9145877.

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

Color convert

RGB21142139-
CMYK0.8500.020.44
HSL178.51º74.23%31.96%-
HSV(B)178.51º85.21%55.69%-
XYZ14.6421.3727.78-
YUV105.48146.9167.74-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.95%
GREEN value IS 142 (55.86% from 255) = 47.02%
BLUE value IS 139 (54.69% from 255) = 46.03%
R=6.95%
G=47.02%
B=46.03%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal211421390.8500.020.44178.5174.2331.96
Hex158E8B55022Cb34a20
Octal25216213125025426311240
Binary1010110001110100010111010101010101100101100111001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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