Shades of Dark Cyan #158C89
Tints of Dark Cyan #158C89
RGB
CMYK
RGB Variations
Color information
#158C89 (or 0x158C89) is known color: Dark Cyan. HEX triplet: 15, 8C and 89. RGB value is (21,140,137). Sum of RGB (Red+Green+Blue) = 21+140+137=298 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.05% from 298); Green value is 140 (55.08% from 255 or 46.98% from 298); Blue value is 137 (53.91% from 255 or 45.97% from 298); Max value from RGB is 140 - color contains mainly: green. Hex color #158C89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158C89 is #EA7376. Grayscale: #676767. Windows color (decimal): -15364983 or 9014293. OLE color: 9014293.
HSL color Cylindrical-coordinate representation of color #158C89: hue angle of 178.49º 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 #158C89 is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 140 | 137 | - |
| CMYK | 0.85 | 0 | 0.02 | 0.45 |
| HSL | 178.49º | 0.74% | 0.32% | - |
| HSV(B) | 178.49º | 0.85% | 0.55% | - |
| XYZ | 14.2 | 20.72 | 26.92 | - |
| YUV | 104.08 | 146.58 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 140 | 137 | 0.85 | 0 | 0.02 | 0.45 | 178.49 | 0.74 | 0.32 |
| Hex | 15 | 8C | 89 | 55 | 0 | 2 | 2D | B2 | 4A | 20 |
| Octal | 25 | 214 | 211 | 125 | 0 | 2 | 55 | 262 | 112 | 40 |
| Binary | 10101 | 10001100 | 10001001 | 1010101 | 0 | 10 | 101101 | 10110010 | 1001010 | 100000 |
Color Harmonies of #158C89
Complementary color
Monochromatic Colors of #158C89
Black with #158C89
Text Example
Text Example
White with #158C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158C89; }
p { color: rgb(21,140,137); }
H1.HeaderClassName
{
color: #158C89;
}
.AnyTagClassName
{
color: #158C89;
}
</style>
background-color css
<style>
a { background-color: #158C89; }
a { background-color: rgb(21,140,137); }
div.DivClassName
{
background-color: #158C89;
}
.BgClassName
{
background-color: #158C89;
}
</style>
border-color css
<style>
span { border-color: #158C89; }
span { border-color: rgb(21,140,137); }
td.TdClassName
{
border-color: #158C89;
}
.TagClassName
{
border-color: #158C89;
}
</style>