Shades of Dark Cyan #10808B
Tints of Dark Cyan #10808B
RGB
CMYK
RGB Variations
Color information
#10808B (or 0x10808B) is known color: Dark Cyan. HEX triplet: 10, 80 and 8B. RGB value is (16,128,139). Sum of RGB (Red+Green+Blue) = 16+128+139=283 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.65% from 283); Green value is 128 (50.39% from 255 or 45.23% from 283); Blue value is 139 (54.69% from 255 or 49.12% from 283); Max value from RGB is 139 - color contains mainly: blue. Hex color #10808B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10808B is #EF7F74. Grayscale: #5F5F5F. Windows color (decimal): -15695733 or 9142288. OLE color: 9142288.
HSL color Cylindrical-coordinate representation of color #10808B: hue angle of 185.37º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10808B is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 128 | 139 | - |
| CMYK | 0.88 | 0.08 | 0 | 0.45 |
| HSL | 185.37º | 0.79% | 0.3% | - |
| HSV(B) | 185.37º | 0.88% | 0.55% | - |
| XYZ | 12.59 | 17.41 | 27.12 | - |
| YUV | 95.77 | 152.39 | 71.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 128 | 139 | 0.88 | 0.08 | 0 | 0.45 | 185.37 | 0.79 | 0.3 |
| Hex | 10 | 80 | 8B | 58 | 8 | 0 | 2D | B9 | 4F | 1E |
| Octal | 20 | 200 | 213 | 130 | 10 | 0 | 55 | 271 | 117 | 36 |
| Binary | 10000 | 10000000 | 10001011 | 1011000 | 1000 | 0 | 101101 | 10111001 | 1001111 | 11110 |
Color Harmonies of #10808B
Complementary color
Monochromatic Colors of #10808B
Black with #10808B
Text Example
Text Example
White with #10808B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10808B; }
p { color: rgb(16,128,139); }
H1.HeaderClassName
{
color: #10808B;
}
.AnyTagClassName
{
color: #10808B;
}
</style>
background-color css
<style>
a { background-color: #10808B; }
a { background-color: rgb(16,128,139); }
div.DivClassName
{
background-color: #10808B;
}
.BgClassName
{
background-color: #10808B;
}
</style>
border-color css
<style>
span { border-color: #10808B; }
span { border-color: rgb(16,128,139); }
td.TdClassName
{
border-color: #10808B;
}
.TagClassName
{
border-color: #10808B;
}
</style>