Shades of Dark Cyan #10808D
Tints of Dark Cyan #10808D
RGB
CMYK
RGB Variations
Color information
#10808D (or 0x10808D) is known color: Dark Cyan. HEX triplet: 10, 80 and 8D. RGB value is (16,128,141). Sum of RGB (Red+Green+Blue) = 16+128+141=285 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.61% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 141 (55.47% from 255 or 49.47% from 285); Max value from RGB is 141 - color contains mainly: blue. Hex color #10808D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10808D is #EF7F72. Grayscale: #5F5F5F. Windows color (decimal): -15695731 or 9273360. OLE color: 9273360.
HSL color Cylindrical-coordinate representation of color #10808D: hue angle of 186.24º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10808D is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 128 | 141 | - |
| CMYK | 0.89 | 0.09 | 0 | 0.45 |
| HSL | 186.24º | 0.8% | 0.31% | - |
| HSV(B) | 186.24º | 0.89% | 0.55% | - |
| XYZ | 12.74 | 17.47 | 27.9 | - |
| YUV | 95.99 | 153.39 | 70.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 128 | 141 | 0.89 | 0.09 | 0 | 0.45 | 186.24 | 0.8 | 0.31 |
| Hex | 10 | 80 | 8D | 59 | 9 | 0 | 2D | BA | 50 | 1F |
| Octal | 20 | 200 | 215 | 131 | 11 | 0 | 55 | 272 | 120 | 37 |
| Binary | 10000 | 10000000 | 10001101 | 1011001 | 1001 | 0 | 101101 | 10111010 | 1010000 | 11111 |
Color Harmonies of #10808D
Complementary color
Monochromatic Colors of #10808D
Black with #10808D
Text Example
Text Example
White with #10808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10808D; }
p { color: rgb(16,128,141); }
H1.HeaderClassName
{
color: #10808D;
}
.AnyTagClassName
{
color: #10808D;
}
</style>
background-color css
<style>
a { background-color: #10808D; }
a { background-color: rgb(16,128,141); }
div.DivClassName
{
background-color: #10808D;
}
.BgClassName
{
background-color: #10808D;
}
</style>
border-color css
<style>
span { border-color: #10808D; }
span { border-color: rgb(16,128,141); }
td.TdClassName
{
border-color: #10808D;
}
.TagClassName
{
border-color: #10808D;
}
</style>