Shades of Dark Cyan #108D93
Tints of Dark Cyan #108D93
RGB
CMYK
RGB Variations
Color information
#108D93 (or 0x108D93) is known color: Dark Cyan. HEX triplet: 10, 8D and 93. RGB value is (16,141,147). Sum of RGB (Red+Green+Blue) = 16+141+147=304 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.26% from 304); Green value is 141 (55.47% from 255 or 46.38% from 304); Blue value is 147 (57.81% from 255 or 48.36% from 304); Max value from RGB is 147 - color contains mainly: blue. Hex color #108D93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108D93 is #EF726C. Grayscale: #686868. Windows color (decimal): -15692397 or 9669904. OLE color: 9669904.
HSL color Cylindrical-coordinate representation of color #108D93: hue angle of 182.75º 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 #108D93 is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 141 | 147 | - |
| CMYK | 0.89 | 0.04 | 0 | 0.42 |
| HSL | 182.75º | 0.8% | 0.32% | - |
| HSV(B) | 182.75º | 0.89% | 0.58% | - |
| XYZ | 15.01 | 21.27 | 30.92 | - |
| YUV | 104.31 | 152.09 | 65.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 141 | 147 | 0.89 | 0.04 | 0 | 0.42 | 182.75 | 0.8 | 0.32 |
| Hex | 10 | 8D | 93 | 59 | 4 | 0 | 2A | B7 | 50 | 20 |
| Octal | 20 | 215 | 223 | 131 | 4 | 0 | 52 | 267 | 120 | 40 |
| Binary | 10000 | 10001101 | 10010011 | 1011001 | 100 | 0 | 101010 | 10110111 | 1010000 | 100000 |
Color Harmonies of #108D93
Complementary color
Monochromatic Colors of #108D93
Black with #108D93
Text Example
Text Example
White with #108D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108D93; }
p { color: rgb(16,141,147); }
H1.HeaderClassName
{
color: #108D93;
}
.AnyTagClassName
{
color: #108D93;
}
</style>
background-color css
<style>
a { background-color: #108D93; }
a { background-color: rgb(16,141,147); }
div.DivClassName
{
background-color: #108D93;
}
.BgClassName
{
background-color: #108D93;
}
</style>
border-color css
<style>
span { border-color: #108D93; }
span { border-color: rgb(16,141,147); }
td.TdClassName
{
border-color: #108D93;
}
.TagClassName
{
border-color: #108D93;
}
</style>