Shades of Dark Cyan #158289
Tints of Dark Cyan #158289
RGB
CMYK
RGB Variations
Color information
#158289 (or 0x158289) is known color: Dark Cyan. HEX triplet: 15, 82 and 89. RGB value is (21,130,137). Sum of RGB (Red+Green+Blue) = 21+130+137=288 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.29% from 288); Green value is 130 (51.17% from 255 or 45.14% from 288); Blue value is 137 (53.91% from 255 or 47.57% from 288); Max value from RGB is 137 - color contains mainly: blue. Hex color #158289 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158289 is #EA7D76. Grayscale: #626262. Windows color (decimal): -15367543 or 9011733. OLE color: 9011733.
HSL color Cylindrical-coordinate representation of color #158289: hue angle of 183.62º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158289 is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 21 | 130 | 137 | - |
| CMYK | 0.85 | 0.05 | 0 | 0.46 |
| HSL | 183.62º | 0.73% | 0.31% | - |
| HSV(B) | 183.62º | 0.85% | 0.54% | - |
| XYZ | 12.81 | 17.93 | 26.45 | - |
| YUV | 98.21 | 149.89 | 72.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 130 | 137 | 0.85 | 0.05 | 0 | 0.46 | 183.62 | 0.73 | 0.31 |
| Hex | 15 | 82 | 89 | 55 | 5 | 0 | 2E | B8 | 49 | 1F |
| Octal | 25 | 202 | 211 | 125 | 5 | 0 | 56 | 270 | 111 | 37 |
| Binary | 10101 | 10000010 | 10001001 | 1010101 | 101 | 0 | 101110 | 10111000 | 1001001 | 11111 |
Color Harmonies of #158289
Complementary color
Monochromatic Colors of #158289
Black with #158289
Text Example
Text Example
White with #158289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158289; }
p { color: rgb(21,130,137); }
H1.HeaderClassName
{
color: #158289;
}
.AnyTagClassName
{
color: #158289;
}
</style>
background-color css
<style>
a { background-color: #158289; }
a { background-color: rgb(21,130,137); }
div.DivClassName
{
background-color: #158289;
}
.BgClassName
{
background-color: #158289;
}
</style>
border-color css
<style>
span { border-color: #158289; }
span { border-color: rgb(21,130,137); }
td.TdClassName
{
border-color: #158289;
}
.TagClassName
{
border-color: #158289;
}
</style>