Shades of Dark Cyan #158691
Tints of Dark Cyan #158691
RGB
CMYK
RGB Variations
Color information
#158691 (or 0x158691) is known color: Dark Cyan. HEX triplet: 15, 86 and 91. RGB value is (21,134,145). Sum of RGB (Red+Green+Blue) = 21+134+145=300 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7% from 300); Green value is 134 (52.73% from 255 or 44.67% from 300); Blue value is 145 (57.03% from 255 or 48.33% from 300); Max value from RGB is 145 - color contains mainly: blue. Hex color #158691 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158691 is #EA796E. Grayscale: #656565. Windows color (decimal): -15366511 or 9537045. OLE color: 9537045.
HSL color Cylindrical-coordinate representation of color #158691: hue angle of 185.32º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #158691 is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 21 | 134 | 145 | - |
| CMYK | 0.86 | 0.08 | 0 | 0.43 |
| HSL | 185.32º | 0.75% | 0.33% | - |
| HSV(B) | 185.32º | 0.86% | 0.57% | - |
| XYZ | 13.95 | 19.25 | 29.77 | - |
| YUV | 101.47 | 152.56 | 70.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 134 | 145 | 0.86 | 0.08 | 0 | 0.43 | 185.32 | 0.75 | 0.33 |
| Hex | 15 | 86 | 91 | 56 | 8 | 0 | 2B | B9 | 4B | 21 |
| Octal | 25 | 206 | 221 | 126 | 10 | 0 | 53 | 271 | 113 | 41 |
| Binary | 10101 | 10000110 | 10010001 | 1010110 | 1000 | 0 | 101011 | 10111001 | 1001011 | 100001 |
Color Harmonies of #158691
Complementary color
Monochromatic Colors of #158691
Black with #158691
Text Example
Text Example
White with #158691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158691; }
p { color: rgb(21,134,145); }
H1.HeaderClassName
{
color: #158691;
}
.AnyTagClassName
{
color: #158691;
}
</style>
background-color css
<style>
a { background-color: #158691; }
a { background-color: rgb(21,134,145); }
div.DivClassName
{
background-color: #158691;
}
.BgClassName
{
background-color: #158691;
}
</style>
border-color css
<style>
span { border-color: #158691; }
span { border-color: rgb(21,134,145); }
td.TdClassName
{
border-color: #158691;
}
.TagClassName
{
border-color: #158691;
}
</style>