Shades of Dark Cyan #15888C
Tints of Dark Cyan #15888C
RGB
CMYK
RGB Variations
Color information
#15888C (or 0x15888C) is known color: Dark Cyan. HEX triplet: 15, 88 and 8C. RGB value is (21,136,140). Sum of RGB (Red+Green+Blue) = 21+136+140=297 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.07% from 297); Green value is 136 (53.52% from 255 or 45.79% from 297); Blue value is 140 (55.08% from 255 or 47.14% from 297); Max value from RGB is 140 - color contains mainly: blue. Hex color #15888C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15888C is #EA7773. Grayscale: #656565. Windows color (decimal): -15366004 or 9209877. OLE color: 9209877.
HSL color Cylindrical-coordinate representation of color #15888C: hue angle of 182.02º 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 #15888C is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 136 | 140 | - |
| CMYK | 0.85 | 0.03 | 0 | 0.45 |
| HSL | 182.02º | 0.74% | 0.32% | - |
| HSV(B) | 182.02º | 0.85% | 0.55% | - |
| XYZ | 13.85 | 19.66 | 27.88 | - |
| YUV | 102.07 | 149.4 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 136 | 140 | 0.85 | 0.03 | 0 | 0.45 | 182.02 | 0.74 | 0.32 |
| Hex | 15 | 88 | 8C | 55 | 3 | 0 | 2D | B6 | 4A | 20 |
| Octal | 25 | 210 | 214 | 125 | 3 | 0 | 55 | 266 | 112 | 40 |
| Binary | 10101 | 10001000 | 10001100 | 1010101 | 11 | 0 | 101101 | 10110110 | 1001010 | 100000 |
Color Harmonies of #15888C
Complementary color
Monochromatic Colors of #15888C
Black with #15888C
Text Example
Text Example
White with #15888C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15888C; }
p { color: rgb(21,136,140); }
H1.HeaderClassName
{
color: #15888C;
}
.AnyTagClassName
{
color: #15888C;
}
</style>
background-color css
<style>
a { background-color: #15888C; }
a { background-color: rgb(21,136,140); }
div.DivClassName
{
background-color: #15888C;
}
.BgClassName
{
background-color: #15888C;
}
</style>
border-color css
<style>
span { border-color: #15888C; }
span { border-color: rgb(21,136,140); }
td.TdClassName
{
border-color: #15888C;
}
.TagClassName
{
border-color: #15888C;
}
</style>