Shades of Dark Cyan #158492
Tints of Dark Cyan #158492
RGB
CMYK
RGB Variations
Color information
#158492 (or 0x158492) is known color: Dark Cyan. HEX triplet: 15, 84 and 92. RGB value is (21,132,146). Sum of RGB (Red+Green+Blue) = 21+132+146=299 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.02% from 299); Green value is 132 (51.95% from 255 or 44.15% from 299); Blue value is 146 (57.42% from 255 or 48.83% from 299); Max value from RGB is 146 - color contains mainly: blue. Hex color #158492 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158492 is #EA7B6D. Grayscale: #646464. Windows color (decimal): -15367022 or 9602069. OLE color: 9602069.
HSL color Cylindrical-coordinate representation of color #158492: hue angle of 186.72º 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 #158492 is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 21 | 132 | 146 | - |
| CMYK | 0.86 | 0.10 | 0 | 0.43 |
| HSL | 186.72º | 0.75% | 0.33% | - |
| HSV(B) | 186.72º | 0.86% | 0.57% | - |
| XYZ | 13.75 | 18.74 | 30.09 | - |
| YUV | 100.41 | 153.73 | 71.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 132 | 146 | 0.86 | 0.10 | 0 | 0.43 | 186.72 | 0.75 | 0.33 |
| Hex | 15 | 84 | 92 | 56 | A | 0 | 2B | BB | 4B | 21 |
| Octal | 25 | 204 | 222 | 126 | 12 | 0 | 53 | 273 | 113 | 41 |
| Binary | 10101 | 10000100 | 10010010 | 1010110 | 1010 | 0 | 101011 | 10111011 | 1001011 | 100001 |
Color Harmonies of #158492
Complementary color
Monochromatic Colors of #158492
Black with #158492
Text Example
Text Example
White with #158492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158492; }
p { color: rgb(21,132,146); }
H1.HeaderClassName
{
color: #158492;
}
.AnyTagClassName
{
color: #158492;
}
</style>
background-color css
<style>
a { background-color: #158492; }
a { background-color: rgb(21,132,146); }
div.DivClassName
{
background-color: #158492;
}
.BgClassName
{
background-color: #158492;
}
</style>
border-color css
<style>
span { border-color: #158492; }
span { border-color: rgb(21,132,146); }
td.TdClassName
{
border-color: #158492;
}
.TagClassName
{
border-color: #158492;
}
</style>