Shades of Dark Cyan #10808C
Tints of Dark Cyan #10808C
RGB
CMYK
RGB Variations
Color information
#10808C (or 0x10808C) is known color: Dark Cyan. HEX triplet: 10, 80 and 8C. RGB value is (16,128,140). Sum of RGB (Red+Green+Blue) = 16+128+140=284 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.63% from 284); Green value is 128 (50.39% from 255 or 45.07% from 284); Blue value is 140 (55.08% from 255 or 49.30% from 284); Max value from RGB is 140 - color contains mainly: blue. Hex color #10808C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10808C is #EF7F73. Grayscale: #5F5F5F. Windows color (decimal): -15695732 or 9207824. OLE color: 9207824.
HSL color Cylindrical-coordinate representation of color #10808C: hue angle of 185.81º degrees, saturation: 0.79, 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 #10808C is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 128 | 140 | - |
| CMYK | 0.89 | 0.09 | 0 | 0.45 |
| HSL | 185.81º | 0.79% | 0.31% | - |
| HSV(B) | 185.81º | 0.89% | 0.55% | - |
| XYZ | 12.67 | 17.44 | 27.51 | - |
| YUV | 95.88 | 152.89 | 71.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 128 | 140 | 0.89 | 0.09 | 0 | 0.45 | 185.81 | 0.79 | 0.31 |
| Hex | 10 | 80 | 8C | 59 | 9 | 0 | 2D | BA | 4F | 1F |
| Octal | 20 | 200 | 214 | 131 | 11 | 0 | 55 | 272 | 117 | 37 |
| Binary | 10000 | 10000000 | 10001100 | 1011001 | 1001 | 0 | 101101 | 10111010 | 1001111 | 11111 |
Color Harmonies of #10808C
Complementary color
Monochromatic Colors of #10808C
Black with #10808C
Text Example
Text Example
White with #10808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10808C; }
p { color: rgb(16,128,140); }
H1.HeaderClassName
{
color: #10808C;
}
.AnyTagClassName
{
color: #10808C;
}
</style>
background-color css
<style>
a { background-color: #10808C; }
a { background-color: rgb(16,128,140); }
div.DivClassName
{
background-color: #10808C;
}
.BgClassName
{
background-color: #10808C;
}
</style>
border-color css
<style>
span { border-color: #10808C; }
span { border-color: rgb(16,128,140); }
td.TdClassName
{
border-color: #10808C;
}
.TagClassName
{
border-color: #10808C;
}
</style>