Shades of Dark Cyan #15888D
Tints of Dark Cyan #15888D
RGB
CMYK
RGB Variations
Color information
#15888D (or 0x15888D) is known color: Dark Cyan. HEX triplet: 15, 88 and 8D. RGB value is (21,136,141). Sum of RGB (Red+Green+Blue) = 21+136+141=298 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.05% from 298); Green value is 136 (53.52% from 255 or 45.64% from 298); Blue value is 141 (55.47% from 255 or 47.32% from 298); Max value from RGB is 141 - color contains mainly: blue. Hex color #15888D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15888D is #EA7772. Grayscale: #666666. Windows color (decimal): -15366003 or 9275413. OLE color: 9275413.
HSL color Cylindrical-coordinate representation of color #15888D: hue angle of 182.5º 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 #15888D is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 136 | 141 | - |
| CMYK | 0.85 | 0.04 | 0 | 0.45 |
| HSL | 182.5º | 0.74% | 0.32% | - |
| HSV(B) | 182.5º | 0.85% | 0.55% | - |
| XYZ | 13.92 | 19.69 | 28.27 | - |
| YUV | 102.19 | 149.9 | 70.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 136 | 141 | 0.85 | 0.04 | 0 | 0.45 | 182.5 | 0.74 | 0.32 |
| Hex | 15 | 88 | 8D | 55 | 4 | 0 | 2D | B6 | 4A | 20 |
| Octal | 25 | 210 | 215 | 125 | 4 | 0 | 55 | 266 | 112 | 40 |
| Binary | 10101 | 10001000 | 10001101 | 1010101 | 100 | 0 | 101101 | 10110110 | 1001010 | 100000 |
Color Harmonies of #15888D
Complementary color
Monochromatic Colors of #15888D
Black with #15888D
Text Example
Text Example
White with #15888D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15888D; }
p { color: rgb(21,136,141); }
H1.HeaderClassName
{
color: #15888D;
}
.AnyTagClassName
{
color: #15888D;
}
</style>
background-color css
<style>
a { background-color: #15888D; }
a { background-color: rgb(21,136,141); }
div.DivClassName
{
background-color: #15888D;
}
.BgClassName
{
background-color: #15888D;
}
</style>
border-color css
<style>
span { border-color: #15888D; }
span { border-color: rgb(21,136,141); }
td.TdClassName
{
border-color: #15888D;
}
.TagClassName
{
border-color: #15888D;
}
</style>