Shades of Dark Cyan #15878C
Tints of Dark Cyan #15878C
RGB
CMYK
RGB Variations
Color information
#15878C (or 0x15878C) is known color: Dark Cyan. HEX triplet: 15, 87 and 8C. RGB value is (21,135,140). Sum of RGB (Red+Green+Blue) = 21+135+140=296 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.09% from 296); Green value is 135 (53.12% from 255 or 45.61% from 296); Blue value is 140 (55.08% from 255 or 47.30% from 296); Max value from RGB is 140 - color contains mainly: blue. Hex color #15878C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15878C is #EA7873. Grayscale: #656565. Windows color (decimal): -15366260 or 9209621. OLE color: 9209621.
HSL color Cylindrical-coordinate representation of color #15878C: hue angle of 182.52º 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 #15878C is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 135 | 140 | - |
| CMYK | 0.85 | 0.04 | 0 | 0.45 |
| HSL | 182.52º | 0.74% | 0.32% | - |
| HSV(B) | 182.52º | 0.85% | 0.55% | - |
| XYZ | 13.71 | 19.38 | 27.83 | - |
| YUV | 101.48 | 149.73 | 70.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 135 | 140 | 0.85 | 0.04 | 0 | 0.45 | 182.52 | 0.74 | 0.32 |
| Hex | 15 | 87 | 8C | 55 | 4 | 0 | 2D | B7 | 4A | 20 |
| Octal | 25 | 207 | 214 | 125 | 4 | 0 | 55 | 267 | 112 | 40 |
| Binary | 10101 | 10000111 | 10001100 | 1010101 | 100 | 0 | 101101 | 10110111 | 1001010 | 100000 |
Color Harmonies of #15878C
Complementary color
Monochromatic Colors of #15878C
Black with #15878C
Text Example
Text Example
White with #15878C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15878C; }
p { color: rgb(21,135,140); }
H1.HeaderClassName
{
color: #15878C;
}
.AnyTagClassName
{
color: #15878C;
}
</style>
background-color css
<style>
a { background-color: #15878C; }
a { background-color: rgb(21,135,140); }
div.DivClassName
{
background-color: #15878C;
}
.BgClassName
{
background-color: #15878C;
}
</style>
border-color css
<style>
span { border-color: #15878C; }
span { border-color: rgb(21,135,140); }
td.TdClassName
{
border-color: #15878C;
}
.TagClassName
{
border-color: #15878C;
}
</style>