Shades of Dark Cyan #158B80
Tints of Dark Cyan #158B80
RGB
CMYK
RGB Variations
Color information
#158B80 (or 0x158B80) is known color: Dark Cyan. HEX triplet: 15, 8B and 80. RGB value is (21,139,128). Sum of RGB (Red+Green+Blue) = 21+139+128=288 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.29% from 288); Green value is 139 (54.69% from 255 or 48.26% from 288); Blue value is 128 (50.39% from 255 or 44.44% from 288); Max value from RGB is 139 - color contains mainly: green. Hex color #158B80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158B80 is #EA747F. Grayscale: #666666. Windows color (decimal): -15365248 or 8424213. OLE color: 8424213.
HSL color Cylindrical-coordinate representation of color #158B80: hue angle of 174.41º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158B80 is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 139 | 128 | - |
| CMYK | 0.85 | 0 | 0.08 | 0.45 |
| HSL | 174.41º | 0.74% | 0.31% | - |
| HSV(B) | 174.41º | 0.85% | 0.55% | - |
| XYZ | 13.44 | 20.18 | 23.61 | - |
| YUV | 102.46 | 142.41 | 69.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 139 | 128 | 0.85 | 0 | 0.08 | 0.45 | 174.41 | 0.74 | 0.31 |
| Hex | 15 | 8B | 80 | 55 | 0 | 8 | 2D | AE | 4A | 1F |
| Octal | 25 | 213 | 200 | 125 | 0 | 10 | 55 | 256 | 112 | 37 |
| Binary | 10101 | 10001011 | 10000000 | 1010101 | 0 | 1000 | 101101 | 10101110 | 1001010 | 11111 |
Color Harmonies of #158B80
Complementary color
Monochromatic Colors of #158B80
Black with #158B80
Text Example
Text Example
White with #158B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158B80; }
p { color: rgb(21,139,128); }
H1.HeaderClassName
{
color: #158B80;
}
.AnyTagClassName
{
color: #158B80;
}
</style>
background-color css
<style>
a { background-color: #158B80; }
a { background-color: rgb(21,139,128); }
div.DivClassName
{
background-color: #158B80;
}
.BgClassName
{
background-color: #158B80;
}
</style>
border-color css
<style>
span { border-color: #158B80; }
span { border-color: rgb(21,139,128); }
td.TdClassName
{
border-color: #158B80;
}
.TagClassName
{
border-color: #158B80;
}
</style>