Shades of Dark Cyan #15848C
Tints of Dark Cyan #15848C
RGB
CMYK
RGB Variations
Color information
#15848C (or 0x15848C) is known color: Dark Cyan. HEX triplet: 15, 84 and 8C. RGB value is (21,132,140). Sum of RGB (Red+Green+Blue) = 21+132+140=293 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.17% from 293); Green value is 132 (51.95% from 255 or 45.05% from 293); Blue value is 140 (55.08% from 255 or 47.78% from 293); Max value from RGB is 140 - color contains mainly: blue. Hex color #15848C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15848C is #EA7B73. Grayscale: #636363. Windows color (decimal): -15367028 or 9208853. OLE color: 9208853.
HSL color Cylindrical-coordinate representation of color #15848C: hue angle of 184.03º 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 #15848C is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 132 | 140 | - |
| CMYK | 0.85 | 0.06 | 0 | 0.45 |
| HSL | 184.03º | 0.74% | 0.32% | - |
| HSV(B) | 184.03º | 0.85% | 0.55% | - |
| XYZ | 13.29 | 18.56 | 27.69 | - |
| YUV | 99.72 | 150.73 | 71.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 132 | 140 | 0.85 | 0.06 | 0 | 0.45 | 184.03 | 0.74 | 0.32 |
| Hex | 15 | 84 | 8C | 55 | 6 | 0 | 2D | B8 | 4A | 20 |
| Octal | 25 | 204 | 214 | 125 | 6 | 0 | 55 | 270 | 112 | 40 |
| Binary | 10101 | 10000100 | 10001100 | 1010101 | 110 | 0 | 101101 | 10111000 | 1001010 | 100000 |
Color Harmonies of #15848C
Complementary color
Monochromatic Colors of #15848C
Black with #15848C
Text Example
Text Example
White with #15848C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15848C; }
p { color: rgb(21,132,140); }
H1.HeaderClassName
{
color: #15848C;
}
.AnyTagClassName
{
color: #15848C;
}
</style>
background-color css
<style>
a { background-color: #15848C; }
a { background-color: rgb(21,132,140); }
div.DivClassName
{
background-color: #15848C;
}
.BgClassName
{
background-color: #15848C;
}
</style>
border-color css
<style>
span { border-color: #15848C; }
span { border-color: rgb(21,132,140); }
td.TdClassName
{
border-color: #15848C;
}
.TagClassName
{
border-color: #15848C;
}
</style>