#158C80

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

Shades of Dark Cyan #158C80

Tints of Dark Cyan #158C80

Color information

#158C80 (or 0x158C80) is unknown color: approx Dark Cyan. HEX triplet: 15, 8C and 80. RGB value is (21,140,128). Sum of RGB (Red+Green+Blue) = 21+140+128=289 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.27% from 289); Green value is 140 (55.08% from 255 or 48.44% from 289); Blue value is 128 (50.39% from 255 or 44.29% from 289); Max value from RGB is 140 - color contains mainly: green. Hex color #158C80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158C80 is #EA737F. Grayscale: #666666. Windows color (decimal): -15364992 or 8424469. OLE color: 8424469.

HSL color Cylindrical-coordinate representation of color #158C80: hue angle of 173.95º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158C80 is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB21140128-
CMYK0.8500.090.45
HSL173.95º73.91%31.57%-
HSV(B)173.95º85%54.9%-
XYZ13.5820.4723.66-
YUV103.05142.0869.48-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.27%
GREEN value IS 140 (55.08% from 255) = 48.44%
BLUE value IS 128 (50.39% from 255) = 44.29%
R=7.27%
G=48.44%
B=44.29%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal211401280.8500.090.45173.9573.9131.57
Hex158C8055092Dae4a20
Octal252142001250115525611240
Binary101011000110010000000101010101001101101101011101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,140,128); }

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

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

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

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

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

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

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