Shades of Dark Cyan #15818F
Tints of Dark Cyan #15818F
RGB
CMYK
RGB Variations
Color information
#15818F (or 0x15818F) is known color: Dark Cyan. HEX triplet: 15, 81 and 8F. RGB value is (21,129,143). Sum of RGB (Red+Green+Blue) = 21+129+143=293 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.17% from 293); Green value is 129 (50.78% from 255 or 44.03% from 293); Blue value is 143 (56.25% from 255 or 48.81% from 293); Max value from RGB is 143 - color contains mainly: blue. Hex color #15818F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15818F is #EA7E70. Grayscale: #626262. Windows color (decimal): -15367793 or 9404693. OLE color: 9404693.
HSL color Cylindrical-coordinate representation of color #15818F: hue angle of 186.89º 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 #15818F is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 129 | 143 | - |
| CMYK | 0.85 | 0.10 | 0 | 0.44 |
| HSL | 186.89º | 0.74% | 0.32% | - |
| HSV(B) | 186.89º | 0.85% | 0.56% | - |
| XYZ | 13.12 | 17.84 | 28.74 | - |
| YUV | 98.3 | 153.22 | 72.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 129 | 143 | 0.85 | 0.10 | 0 | 0.44 | 186.89 | 0.74 | 0.32 |
| Hex | 15 | 81 | 8F | 55 | A | 0 | 2C | BB | 4A | 20 |
| Octal | 25 | 201 | 217 | 125 | 12 | 0 | 54 | 273 | 112 | 40 |
| Binary | 10101 | 10000001 | 10001111 | 1010101 | 1010 | 0 | 101100 | 10111011 | 1001010 | 100000 |
Color Harmonies of #15818F
Complementary color
Monochromatic Colors of #15818F
Black with #15818F
Text Example
Text Example
White with #15818F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15818F; }
p { color: rgb(21,129,143); }
H1.HeaderClassName
{
color: #15818F;
}
.AnyTagClassName
{
color: #15818F;
}
</style>
background-color css
<style>
a { background-color: #15818F; }
a { background-color: rgb(21,129,143); }
div.DivClassName
{
background-color: #15818F;
}
.BgClassName
{
background-color: #15818F;
}
</style>
border-color css
<style>
span { border-color: #15818F; }
span { border-color: rgb(21,129,143); }
td.TdClassName
{
border-color: #15818F;
}
.TagClassName
{
border-color: #15818F;
}
</style>