Shades of Dark Cyan #10878C
Tints of Dark Cyan #10878C
RGB
CMYK
RGB Variations
Color information
#10878C (or 0x10878C) is known color: Dark Cyan. HEX triplet: 10, 87 and 8C. RGB value is (16,135,140). Sum of RGB (Red+Green+Blue) = 16+135+140=291 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.50% from 291); Green value is 135 (53.12% from 255 or 46.39% from 291); Blue value is 140 (55.08% from 255 or 48.11% from 291); Max value from RGB is 140 - color contains mainly: blue. Hex color #10878C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10878C is #EF7873. Grayscale: #636363. Windows color (decimal): -15693940 or 9209616. OLE color: 9209616.
HSL color Cylindrical-coordinate representation of color #10878C: hue angle of 182.42º 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 #10878C is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 135 | 140 | - |
| CMYK | 0.89 | 0.04 | 0 | 0.45 |
| HSL | 182.42º | 0.79% | 0.31% | - |
| HSV(B) | 182.42º | 0.89% | 0.55% | - |
| XYZ | 13.61 | 19.33 | 27.82 | - |
| YUV | 99.99 | 150.58 | 68.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 135 | 140 | 0.89 | 0.04 | 0 | 0.45 | 182.42 | 0.79 | 0.31 |
| Hex | 10 | 87 | 8C | 59 | 4 | 0 | 2D | B6 | 4F | 1F |
| Octal | 20 | 207 | 214 | 131 | 4 | 0 | 55 | 266 | 117 | 37 |
| Binary | 10000 | 10000111 | 10001100 | 1011001 | 100 | 0 | 101101 | 10110110 | 1001111 | 11111 |
Color Harmonies of #10878C
Complementary color
Monochromatic Colors of #10878C
Black with #10878C
Text Example
Text Example
White with #10878C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10878C; }
p { color: rgb(16,135,140); }
H1.HeaderClassName
{
color: #10878C;
}
.AnyTagClassName
{
color: #10878C;
}
</style>
background-color css
<style>
a { background-color: #10878C; }
a { background-color: rgb(16,135,140); }
div.DivClassName
{
background-color: #10878C;
}
.BgClassName
{
background-color: #10878C;
}
</style>
border-color css
<style>
span { border-color: #10878C; }
span { border-color: rgb(16,135,140); }
td.TdClassName
{
border-color: #10878C;
}
.TagClassName
{
border-color: #10878C;
}
</style>