Shades of Dark Cyan #15858F
Tints of Dark Cyan #15858F
RGB
CMYK
RGB Variations
Color information
#15858F (or 0x15858F) is known color: Dark Cyan. HEX triplet: 15, 85 and 8F. RGB value is (21,133,143). Sum of RGB (Red+Green+Blue) = 21+133+143=297 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.07% from 297); Green value is 133 (52.34% from 255 or 44.78% from 297); Blue value is 143 (56.25% from 255 or 48.15% from 297); Max value from RGB is 143 - color contains mainly: blue. Hex color #15858F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15858F is #EA7A70. Grayscale: #646464. Windows color (decimal): -15366769 or 9405717. OLE color: 9405717.
HSL color Cylindrical-coordinate representation of color #15858F: hue angle of 184.92º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15858F is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 133 | 143 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.44 |
| HSL | 184.92º | 0.74% | 0.32% | - |
| HSV(B) | 184.92º | 0.85% | 0.56% | - |
| XYZ | 13.65 | 18.92 | 28.92 | - |
| YUV | 100.65 | 151.89 | 71.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 133 | 143 | 0.85 | 0.07 | 0 | 0.44 | 184.92 | 0.74 | 0.32 |
| Hex | 15 | 85 | 8F | 55 | 7 | 0 | 2C | B9 | 4A | 20 |
| Octal | 25 | 205 | 217 | 125 | 7 | 0 | 54 | 271 | 112 | 40 |
| Binary | 10101 | 10000101 | 10001111 | 1010101 | 111 | 0 | 101100 | 10111001 | 1001010 | 100000 |
Color Harmonies of #15858F
Complementary color
Monochromatic Colors of #15858F
Black with #15858F
Text Example
Text Example
White with #15858F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15858F; }
p { color: rgb(21,133,143); }
H1.HeaderClassName
{
color: #15858F;
}
.AnyTagClassName
{
color: #15858F;
}
</style>
background-color css
<style>
a { background-color: #15858F; }
a { background-color: rgb(21,133,143); }
div.DivClassName
{
background-color: #15858F;
}
.BgClassName
{
background-color: #15858F;
}
</style>
border-color css
<style>
span { border-color: #15858F; }
span { border-color: rgb(21,133,143); }
td.TdClassName
{
border-color: #15858F;
}
.TagClassName
{
border-color: #15858F;
}
</style>