Shades of Dark Cyan #108D94
Tints of Dark Cyan #108D94
RGB
CMYK
RGB Variations
Color information
#108D94 (or 0x108D94) is known color: Dark Cyan. HEX triplet: 10, 8D and 94. RGB value is (16,141,148). Sum of RGB (Red+Green+Blue) = 16+141+148=305 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.25% from 305); Green value is 141 (55.47% from 255 or 46.23% from 305); Blue value is 148 (58.20% from 255 or 48.52% from 305); Max value from RGB is 148 - color contains mainly: blue. Hex color #108D94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108D94 is #EF726B. Grayscale: #686868. Windows color (decimal): -15692396 or 9735440. OLE color: 9735440.
HSL color Cylindrical-coordinate representation of color #108D94: hue angle of 183.18º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #108D94 is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 141 | 148 | - |
| CMYK | 0.89 | 0.05 | 0 | 0.42 |
| HSL | 183.18º | 0.8% | 0.32% | - |
| HSV(B) | 183.18º | 0.89% | 0.58% | - |
| XYZ | 15.08 | 21.3 | 31.33 | - |
| YUV | 104.42 | 152.59 | 64.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 141 | 148 | 0.89 | 0.05 | 0 | 0.42 | 183.18 | 0.8 | 0.32 |
| Hex | 10 | 8D | 94 | 59 | 5 | 0 | 2A | B7 | 50 | 20 |
| Octal | 20 | 215 | 224 | 131 | 5 | 0 | 52 | 267 | 120 | 40 |
| Binary | 10000 | 10001101 | 10010100 | 1011001 | 101 | 0 | 101010 | 10110111 | 1010000 | 100000 |
Color Harmonies of #108D94
Complementary color
Monochromatic Colors of #108D94
Black with #108D94
Text Example
Text Example
White with #108D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108D94; }
p { color: rgb(16,141,148); }
H1.HeaderClassName
{
color: #108D94;
}
.AnyTagClassName
{
color: #108D94;
}
</style>
background-color css
<style>
a { background-color: #108D94; }
a { background-color: rgb(16,141,148); }
div.DivClassName
{
background-color: #108D94;
}
.BgClassName
{
background-color: #108D94;
}
</style>
border-color css
<style>
span { border-color: #108D94; }
span { border-color: rgb(16,141,148); }
td.TdClassName
{
border-color: #108D94;
}
.TagClassName
{
border-color: #108D94;
}
</style>