Shades of Dark Cyan #158B89
Tints of Dark Cyan #158B89
RGB
CMYK
RGB Variations
Color information
#158B89 (or 0x158B89) is known color: Dark Cyan. HEX triplet: 15, 8B and 89. RGB value is (21,139,137). Sum of RGB (Red+Green+Blue) = 21+139+137=297 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.07% from 297); Green value is 139 (54.69% from 255 or 46.80% from 297); Blue value is 137 (53.91% from 255 or 46.13% from 297); Max value from RGB is 139 - color contains mainly: green. Hex color #158B89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158B89 is #EA7476. Grayscale: #676767. Windows color (decimal): -15365239 or 9014037. OLE color: 9014037.
HSL color Cylindrical-coordinate representation of color #158B89: hue angle of 178.98º 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 #158B89 is Cyan = 0.85, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 139 | 137 | - |
| CMYK | 0.85 | 0 | 0.01 | 0.45 |
| HSL | 178.98º | 0.74% | 0.31% | - |
| HSV(B) | 178.98º | 0.85% | 0.55% | - |
| XYZ | 14.06 | 20.43 | 26.87 | - |
| YUV | 103.49 | 146.91 | 69.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 139 | 137 | 0.85 | 0 | 0.01 | 0.45 | 178.98 | 0.74 | 0.31 |
| Hex | 15 | 8B | 89 | 55 | 0 | 1 | 2D | B3 | 4A | 1F |
| Octal | 25 | 213 | 211 | 125 | 0 | 1 | 55 | 263 | 112 | 37 |
| Binary | 10101 | 10001011 | 10001001 | 1010101 | 0 | 1 | 101101 | 10110011 | 1001010 | 11111 |
Color Harmonies of #158B89
Complementary color
Monochromatic Colors of #158B89
Black with #158B89
Text Example
Text Example
White with #158B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158B89; }
p { color: rgb(21,139,137); }
H1.HeaderClassName
{
color: #158B89;
}
.AnyTagClassName
{
color: #158B89;
}
</style>
background-color css
<style>
a { background-color: #158B89; }
a { background-color: rgb(21,139,137); }
div.DivClassName
{
background-color: #158B89;
}
.BgClassName
{
background-color: #158B89;
}
</style>
border-color css
<style>
span { border-color: #158B89; }
span { border-color: rgb(21,139,137); }
td.TdClassName
{
border-color: #158B89;
}
.TagClassName
{
border-color: #158B89;
}
</style>