Shades of Dark Cyan #108D84
Tints of Dark Cyan #108D84
RGB
CMYK
RGB Variations
Color information
#108D84 (or 0x108D84) is known color: Dark Cyan. HEX triplet: 10, 8D and 84. RGB value is (16,141,132). Sum of RGB (Red+Green+Blue) = 16+141+132=289 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.54% from 289); Green value is 141 (55.47% from 255 or 48.79% from 289); Blue value is 132 (51.95% from 255 or 45.67% from 289); Max value from RGB is 141 - color contains mainly: green. Hex color #108D84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108D84 is #EF727B. Grayscale: #666666. Windows color (decimal): -15692412 or 8686864. OLE color: 8686864.
HSL color Cylindrical-coordinate representation of color #108D84: hue angle of 175.68º degrees, saturation: 0.8, 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 #108D84 is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 141 | 132 | - |
| CMYK | 0.89 | 0 | 0.06 | 0.45 |
| HSL | 175.68º | 0.8% | 0.31% | - |
| HSV(B) | 175.68º | 0.89% | 0.55% | - |
| XYZ | 13.9 | 20.83 | 25.12 | - |
| YUV | 102.6 | 144.59 | 66.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 141 | 132 | 0.89 | 0 | 0.06 | 0.45 | 175.68 | 0.8 | 0.31 |
| Hex | 10 | 8D | 84 | 59 | 0 | 6 | 2D | B0 | 50 | 1F |
| Octal | 20 | 215 | 204 | 131 | 0 | 6 | 55 | 260 | 120 | 37 |
| Binary | 10000 | 10001101 | 10000100 | 1011001 | 0 | 110 | 101101 | 10110000 | 1010000 | 11111 |
Color Harmonies of #108D84
Complementary color
Monochromatic Colors of #108D84
Black with #108D84
Text Example
Text Example
White with #108D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108D84; }
p { color: rgb(16,141,132); }
H1.HeaderClassName
{
color: #108D84;
}
.AnyTagClassName
{
color: #108D84;
}
</style>
background-color css
<style>
a { background-color: #108D84; }
a { background-color: rgb(16,141,132); }
div.DivClassName
{
background-color: #108D84;
}
.BgClassName
{
background-color: #108D84;
}
</style>
border-color css
<style>
span { border-color: #108D84; }
span { border-color: rgb(16,141,132); }
td.TdClassName
{
border-color: #108D84;
}
.TagClassName
{
border-color: #108D84;
}
</style>