Shades of Dark Cyan #108D81
Tints of Dark Cyan #108D81
RGB
CMYK
RGB Variations
Color information
#108D81 (or 0x108D81) is known color: Dark Cyan. HEX triplet: 10, 8D and 81. RGB value is (16,141,129). Sum of RGB (Red+Green+Blue) = 16+141+129=286 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.59% from 286); Green value is 141 (55.47% from 255 or 49.30% from 286); Blue value is 129 (50.78% from 255 or 45.10% from 286); Max value from RGB is 141 - color contains mainly: green. Hex color #108D81 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108D81 is #EF727E. Grayscale: #666666. Windows color (decimal): -15692415 or 8490256. OLE color: 8490256.
HSL color Cylindrical-coordinate representation of color #108D81: hue angle of 174.24º 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 #108D81 is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 141 | 129 | - |
| CMYK | 0.89 | 0 | 0.09 | 0.45 |
| HSL | 174.24º | 0.8% | 0.31% | - |
| HSV(B) | 174.24º | 0.89% | 0.55% | - |
| XYZ | 13.7 | 20.74 | 24.05 | - |
| YUV | 102.26 | 143.09 | 66.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 141 | 129 | 0.89 | 0 | 0.09 | 0.45 | 174.24 | 0.8 | 0.31 |
| Hex | 10 | 8D | 81 | 59 | 0 | 9 | 2D | AE | 50 | 1F |
| Octal | 20 | 215 | 201 | 131 | 0 | 11 | 55 | 256 | 120 | 37 |
| Binary | 10000 | 10001101 | 10000001 | 1011001 | 0 | 1001 | 101101 | 10101110 | 1010000 | 11111 |
Color Harmonies of #108D81
Complementary color
Monochromatic Colors of #108D81
Black with #108D81
Text Example
Text Example
White with #108D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108D81; }
p { color: rgb(16,141,129); }
H1.HeaderClassName
{
color: #108D81;
}
.AnyTagClassName
{
color: #108D81;
}
</style>
background-color css
<style>
a { background-color: #108D81; }
a { background-color: rgb(16,141,129); }
div.DivClassName
{
background-color: #108D81;
}
.BgClassName
{
background-color: #108D81;
}
</style>
border-color css
<style>
span { border-color: #108D81; }
span { border-color: rgb(16,141,129); }
td.TdClassName
{
border-color: #108D81;
}
.TagClassName
{
border-color: #108D81;
}
</style>