Shades of Dark Cyan #108F84
Tints of Dark Cyan #108F84
RGB
CMYK
RGB Variations
Color information
#108F84 (or 0x108F84) is known color: Dark Cyan. HEX triplet: 10, 8F and 84. RGB value is (16,143,132). Sum of RGB (Red+Green+Blue) = 16+143+132=291 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.50% from 291); Green value is 143 (56.25% from 255 or 49.14% from 291); Blue value is 132 (51.95% from 255 or 45.36% from 291); Max value from RGB is 143 - color contains mainly: green. Hex color #108F84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108F84 is #EF707B. Grayscale: #676767. Windows color (decimal): -15691900 or 8687376. OLE color: 8687376.
HSL color Cylindrical-coordinate representation of color #108F84: hue angle of 174.8º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #108F84 is Cyan = 0.89, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 143 | 132 | - |
| CMYK | 0.89 | 0 | 0.08 | 0.44 |
| HSL | 174.8º | 0.8% | 0.31% | - |
| HSV(B) | 174.8º | 0.89% | 0.56% | - |
| XYZ | 14.2 | 21.42 | 25.22 | - |
| YUV | 103.77 | 143.92 | 65.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 143 | 132 | 0.89 | 0 | 0.08 | 0.44 | 174.8 | 0.8 | 0.31 |
| Hex | 10 | 8F | 84 | 59 | 0 | 8 | 2C | AF | 50 | 1F |
| Octal | 20 | 217 | 204 | 131 | 0 | 10 | 54 | 257 | 120 | 37 |
| Binary | 10000 | 10001111 | 10000100 | 1011001 | 0 | 1000 | 101100 | 10101111 | 1010000 | 11111 |
Color Harmonies of #108F84
Complementary color
Monochromatic Colors of #108F84
Black with #108F84
Text Example
Text Example
White with #108F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108F84; }
p { color: rgb(16,143,132); }
H1.HeaderClassName
{
color: #108F84;
}
.AnyTagClassName
{
color: #108F84;
}
</style>
background-color css
<style>
a { background-color: #108F84; }
a { background-color: rgb(16,143,132); }
div.DivClassName
{
background-color: #108F84;
}
.BgClassName
{
background-color: #108F84;
}
</style>
border-color css
<style>
span { border-color: #108F84; }
span { border-color: rgb(16,143,132); }
td.TdClassName
{
border-color: #108F84;
}
.TagClassName
{
border-color: #108F84;
}
</style>