Shades of Dark Cyan #108D82
Tints of Dark Cyan #108D82
RGB
CMYK
RGB Variations
Color information
#108D82 (or 0x108D82) is known color: Dark Cyan. HEX triplet: 10, 8D and 82. RGB value is (16,141,130). Sum of RGB (Red+Green+Blue) = 16+141+130=287 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.57% from 287); Green value is 141 (55.47% from 255 or 49.13% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 141 - color contains mainly: green. Hex color #108D82 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108D82 is #EF727D. Grayscale: #666666. Windows color (decimal): -15692414 or 8555792. OLE color: 8555792.
HSL color Cylindrical-coordinate representation of color #108D82: hue angle of 174.72º 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 #108D82 is Cyan = 0.89, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 141 | 130 | - |
| CMYK | 0.89 | 0 | 0.08 | 0.45 |
| HSL | 174.72º | 0.8% | 0.31% | - |
| HSV(B) | 174.72º | 0.89% | 0.55% | - |
| XYZ | 13.77 | 20.77 | 24.4 | - |
| YUV | 102.37 | 143.59 | 66.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 141 | 130 | 0.89 | 0 | 0.08 | 0.45 | 174.72 | 0.8 | 0.31 |
| Hex | 10 | 8D | 82 | 59 | 0 | 8 | 2D | AF | 50 | 1F |
| Octal | 20 | 215 | 202 | 131 | 0 | 10 | 55 | 257 | 120 | 37 |
| Binary | 10000 | 10001101 | 10000010 | 1011001 | 0 | 1000 | 101101 | 10101111 | 1010000 | 11111 |
Color Harmonies of #108D82
Complementary color
Monochromatic Colors of #108D82
Black with #108D82
Text Example
Text Example
White with #108D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108D82; }
p { color: rgb(16,141,130); }
H1.HeaderClassName
{
color: #108D82;
}
.AnyTagClassName
{
color: #108D82;
}
</style>
background-color css
<style>
a { background-color: #108D82; }
a { background-color: rgb(16,141,130); }
div.DivClassName
{
background-color: #108D82;
}
.BgClassName
{
background-color: #108D82;
}
</style>
border-color css
<style>
span { border-color: #108D82; }
span { border-color: rgb(16,141,130); }
td.TdClassName
{
border-color: #108D82;
}
.TagClassName
{
border-color: #108D82;
}
</style>