Shades of Dark Cyan #15808E
Tints of Dark Cyan #15808E
RGB
CMYK
RGB Variations
Color information
#15808E (or 0x15808E) is known color: Dark Cyan. HEX triplet: 15, 80 and 8E. RGB value is (21,128,142). Sum of RGB (Red+Green+Blue) = 21+128+142=291 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.22% from 291); Green value is 128 (50.39% from 255 or 43.99% from 291); Blue value is 142 (55.86% from 255 or 48.80% from 291); Max value from RGB is 142 - color contains mainly: blue. Hex color #15808E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15808E is #EA7F71. Grayscale: #616161. Windows color (decimal): -15368050 or 9338901. OLE color: 9338901.
HSL color Cylindrical-coordinate representation of color #15808E: hue angle of 186.94º 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 #15808E is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 128 | 142 | - |
| CMYK | 0.85 | 0.10 | 0 | 0.44 |
| HSL | 186.94º | 0.74% | 0.32% | - |
| HSV(B) | 186.94º | 0.85% | 0.56% | - |
| XYZ | 12.91 | 17.55 | 28.3 | - |
| YUV | 97.6 | 153.05 | 73.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 128 | 142 | 0.85 | 0.10 | 0 | 0.44 | 186.94 | 0.74 | 0.32 |
| Hex | 15 | 80 | 8E | 55 | A | 0 | 2C | BB | 4A | 20 |
| Octal | 25 | 200 | 216 | 125 | 12 | 0 | 54 | 273 | 112 | 40 |
| Binary | 10101 | 10000000 | 10001110 | 1010101 | 1010 | 0 | 101100 | 10111011 | 1001010 | 100000 |
Color Harmonies of #15808E
Complementary color
Monochromatic Colors of #15808E
Black with #15808E
Text Example
Text Example
White with #15808E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15808E; }
p { color: rgb(21,128,142); }
H1.HeaderClassName
{
color: #15808E;
}
.AnyTagClassName
{
color: #15808E;
}
</style>
background-color css
<style>
a { background-color: #15808E; }
a { background-color: rgb(21,128,142); }
div.DivClassName
{
background-color: #15808E;
}
.BgClassName
{
background-color: #15808E;
}
</style>
border-color css
<style>
span { border-color: #15808E; }
span { border-color: rgb(21,128,142); }
td.TdClassName
{
border-color: #15808E;
}
.TagClassName
{
border-color: #15808E;
}
</style>