#158D82

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

Shades of Dark Cyan #158D82

Tints of Dark Cyan #158D82

Color information

#158D82 (or 0x158D82) is unknown color: approx Dark Cyan. HEX triplet: 15, 8D and 82. RGB value is (21,141,130). Sum of RGB (Red+Green+Blue) = 21+141+130=292 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.19% from 292); Green value is 141 (55.47% from 255 or 48.29% from 292); Blue value is 130 (51.17% from 255 or 44.52% from 292); Max value from RGB is 141 - color contains mainly: green. Hex color #158D82 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158D82 is #EA727D. Grayscale: #676767. Windows color (decimal): -15364734 or 8555797. OLE color: 8555797.

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

Color convert

RGB21141130-
CMYK0.8500.080.45
HSL174.5º74.07%31.76%-
HSV(B)174.5º85.11%55.29%-
XYZ13.8620.8224.41-
YUV103.87142.7468.89-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.19%
GREEN value IS 141 (55.47% from 255) = 48.29%
BLUE value IS 130 (51.17% from 255) = 44.52%
R=7.19%
G=48.29%
B=44.52%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal211411300.8500.080.45174.574.0731.76
Hex158D8255082Dae4a20
Octal252152021250105525611240
Binary101011000110110000010101010101000101101101011101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,141,130); }

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

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

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

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

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

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

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