Shades of Dark Cyan #108785
Tints of Dark Cyan #108785
RGB
CMYK
RGB Variations
Color information
#108785 (or 0x108785) is known color: Dark Cyan. HEX triplet: 10, 87 and 85. RGB value is (16,135,133). Sum of RGB (Red+Green+Blue) = 16+135+133=284 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.63% from 284); Green value is 135 (53.12% from 255 or 47.54% from 284); Blue value is 133 (52.34% from 255 or 46.83% from 284); Max value from RGB is 135 - color contains mainly: green. Hex color #108785 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108785 is #EF787A. Grayscale: #636363. Windows color (decimal): -15693947 or 8750864. OLE color: 8750864.
HSL color Cylindrical-coordinate representation of color #108785: hue angle of 178.99º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108785 is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 16 | 135 | 133 | - |
| CMYK | 0.88 | 0 | 0.01 | 0.47 |
| HSL | 178.99º | 0.79% | 0.3% | - |
| HSV(B) | 178.99º | 0.88% | 0.53% | - |
| XYZ | 13.11 | 19.13 | 25.19 | - |
| YUV | 99.19 | 147.08 | 68.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 135 | 133 | 0.88 | 0 | 0.01 | 0.47 | 178.99 | 0.79 | 0.3 |
| Hex | 10 | 87 | 85 | 58 | 0 | 1 | 2F | B3 | 4F | 1E |
| Octal | 20 | 207 | 205 | 130 | 0 | 1 | 57 | 263 | 117 | 36 |
| Binary | 10000 | 10000111 | 10000101 | 1011000 | 0 | 1 | 101111 | 10110011 | 1001111 | 11110 |
Color Harmonies of #108785
Complementary color
Monochromatic Colors of #108785
Black with #108785
Text Example
Text Example
White with #108785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108785; }
p { color: rgb(16,135,133); }
H1.HeaderClassName
{
color: #108785;
}
.AnyTagClassName
{
color: #108785;
}
</style>
background-color css
<style>
a { background-color: #108785; }
a { background-color: rgb(16,135,133); }
div.DivClassName
{
background-color: #108785;
}
.BgClassName
{
background-color: #108785;
}
</style>
border-color css
<style>
span { border-color: #108785; }
span { border-color: rgb(16,135,133); }
td.TdClassName
{
border-color: #108785;
}
.TagClassName
{
border-color: #108785;
}
</style>