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