Shades of Dark Cyan #109181
Tints of Dark Cyan #109181
RGB
CMYK
RGB Variations
Color information
#109181 (or 0x109181) is known color: Dark Cyan. HEX triplet: 10, 91 and 81. RGB value is (16,145,129). Sum of RGB (Red+Green+Blue) = 16+145+129=290 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.52% from 290); Green value is 145 (57.03% from 255 or 50% from 290); Blue value is 129 (50.78% from 255 or 44.48% from 290); Max value from RGB is 145 - color contains mainly: green. Hex color #109181 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109181 is #EF6E7E. Grayscale: #686868. Windows color (decimal): -15691391 or 8491280. OLE color: 8491280.
HSL color Cylindrical-coordinate representation of color #109181: hue angle of 172.56º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #109181 is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 16 | 145 | 129 | - |
| CMYK | 0.89 | 0 | 0.11 | 0.43 |
| HSL | 172.56º | 0.8% | 0.32% | - |
| HSV(B) | 172.56º | 0.89% | 0.57% | - |
| XYZ | 14.3 | 21.95 | 24.25 | - |
| YUV | 104.61 | 141.76 | 64.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 145 | 129 | 0.89 | 0 | 0.11 | 0.43 | 172.56 | 0.8 | 0.32 |
| Hex | 10 | 91 | 81 | 59 | 0 | B | 2B | AD | 50 | 20 |
| Octal | 20 | 221 | 201 | 131 | 0 | 13 | 53 | 255 | 120 | 40 |
| Binary | 10000 | 10010001 | 10000001 | 1011001 | 0 | 1011 | 101011 | 10101101 | 1010000 | 100000 |
Color Harmonies of #109181
Complementary color
Monochromatic Colors of #109181
Black with #109181
Text Example
Text Example
White with #109181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109181; }
p { color: rgb(16,145,129); }
H1.HeaderClassName
{
color: #109181;
}
.AnyTagClassName
{
color: #109181;
}
</style>
background-color css
<style>
a { background-color: #109181; }
a { background-color: rgb(16,145,129); }
div.DivClassName
{
background-color: #109181;
}
.BgClassName
{
background-color: #109181;
}
</style>
border-color css
<style>
span { border-color: #109181; }
span { border-color: rgb(16,145,129); }
td.TdClassName
{
border-color: #109181;
}
.TagClassName
{
border-color: #109181;
}
</style>