Shades of Dark Cyan #158190
Tints of Dark Cyan #158190
RGB
CMYK
RGB Variations
Color information
#158190 (or 0x158190) is known color: Dark Cyan. HEX triplet: 15, 81 and 90. RGB value is (21,129,144). Sum of RGB (Red+Green+Blue) = 21+129+144=294 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.14% from 294); Green value is 129 (50.78% from 255 or 43.88% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 144 - color contains mainly: blue. Hex color #158190 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158190 is #EA7E6F. Grayscale: #626262. Windows color (decimal): -15367792 or 9470229. OLE color: 9470229.
HSL color Cylindrical-coordinate representation of color #158190: hue angle of 187.32º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158190 is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 129 | 144 | - |
| CMYK | 0.85 | 0.10 | 0 | 0.44 |
| HSL | 187.32º | 0.75% | 0.32% | - |
| HSV(B) | 187.32º | 0.85% | 0.56% | - |
| XYZ | 13.19 | 17.87 | 29.14 | - |
| YUV | 98.42 | 153.72 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 129 | 144 | 0.85 | 0.10 | 0 | 0.44 | 187.32 | 0.75 | 0.32 |
| Hex | 15 | 81 | 90 | 55 | A | 0 | 2C | BB | 4B | 20 |
| Octal | 25 | 201 | 220 | 125 | 12 | 0 | 54 | 273 | 113 | 40 |
| Binary | 10101 | 10000001 | 10010000 | 1010101 | 1010 | 0 | 101100 | 10111011 | 1001011 | 100000 |
Color Harmonies of #158190
Complementary color
Monochromatic Colors of #158190
Black with #158190
Text Example
Text Example
White with #158190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158190; }
p { color: rgb(21,129,144); }
H1.HeaderClassName
{
color: #158190;
}
.AnyTagClassName
{
color: #158190;
}
</style>
background-color css
<style>
a { background-color: #158190; }
a { background-color: rgb(21,129,144); }
div.DivClassName
{
background-color: #158190;
}
.BgClassName
{
background-color: #158190;
}
</style>
border-color css
<style>
span { border-color: #158190; }
span { border-color: rgb(21,129,144); }
td.TdClassName
{
border-color: #158190;
}
.TagClassName
{
border-color: #158190;
}
</style>