Shades of Dark Cyan #10888F
Tints of Dark Cyan #10888F
RGB
CMYK
RGB Variations
Color information
#10888F (or 0x10888F) is known color: Dark Cyan. HEX triplet: 10, 88 and 8F. RGB value is (16,136,143). Sum of RGB (Red+Green+Blue) = 16+136+143=295 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.42% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 143 (56.25% from 255 or 48.47% from 295); Max value from RGB is 143 - color contains mainly: blue. Hex color #10888F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10888F is #EF7770. Grayscale: #646464. Windows color (decimal): -15693681 or 9406480. OLE color: 9406480.
HSL color Cylindrical-coordinate representation of color #10888F: hue angle of 183.31º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10888F is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 136 | 143 | - |
| CMYK | 0.89 | 0.05 | 0 | 0.44 |
| HSL | 183.31º | 0.8% | 0.31% | - |
| HSV(B) | 183.31º | 0.89% | 0.56% | - |
| XYZ | 13.98 | 19.7 | 29.05 | - |
| YUV | 100.92 | 151.74 | 67.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 136 | 143 | 0.89 | 0.05 | 0 | 0.44 | 183.31 | 0.8 | 0.31 |
| Hex | 10 | 88 | 8F | 59 | 5 | 0 | 2C | B7 | 50 | 1F |
| Octal | 20 | 210 | 217 | 131 | 5 | 0 | 54 | 267 | 120 | 37 |
| Binary | 10000 | 10001000 | 10001111 | 1011001 | 101 | 0 | 101100 | 10110111 | 1010000 | 11111 |
Color Harmonies of #10888F
Complementary color
Monochromatic Colors of #10888F
Black with #10888F
Text Example
Text Example
White with #10888F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10888F; }
p { color: rgb(16,136,143); }
H1.HeaderClassName
{
color: #10888F;
}
.AnyTagClassName
{
color: #10888F;
}
</style>
background-color css
<style>
a { background-color: #10888F; }
a { background-color: rgb(16,136,143); }
div.DivClassName
{
background-color: #10888F;
}
.BgClassName
{
background-color: #10888F;
}
</style>
border-color css
<style>
span { border-color: #10888F; }
span { border-color: rgb(16,136,143); }
td.TdClassName
{
border-color: #10888F;
}
.TagClassName
{
border-color: #10888F;
}
</style>