Shades of Dark Cyan #109182
Tints of Dark Cyan #109182
RGB
CMYK
RGB Variations
Color information
#109182 (or 0x109182) is known color: Dark Cyan. HEX triplet: 10, 91 and 82. RGB value is (16,145,130). Sum of RGB (Red+Green+Blue) = 16+145+130=291 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.50% from 291); Green value is 145 (57.03% from 255 or 49.83% from 291); Blue value is 130 (51.17% from 255 or 44.67% from 291); Max value from RGB is 145 - color contains mainly: green. Hex color #109182 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109182 is #EF6E7D. Grayscale: #686868. Windows color (decimal): -15691390 or 8556816. OLE color: 8556816.
HSL color Cylindrical-coordinate representation of color #109182: hue angle of 173.02º 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 #109182 is Cyan = 0.89, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 16 | 145 | 130 | - |
| CMYK | 0.89 | 0 | 0.10 | 0.43 |
| HSL | 173.02º | 0.8% | 0.32% | - |
| HSV(B) | 173.02º | 0.89% | 0.57% | - |
| XYZ | 14.37 | 21.97 | 24.6 | - |
| YUV | 104.72 | 142.26 | 64.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 145 | 130 | 0.89 | 0 | 0.10 | 0.43 | 173.02 | 0.8 | 0.32 |
| Hex | 10 | 91 | 82 | 59 | 0 | A | 2B | AD | 50 | 20 |
| Octal | 20 | 221 | 202 | 131 | 0 | 12 | 53 | 255 | 120 | 40 |
| Binary | 10000 | 10010001 | 10000010 | 1011001 | 0 | 1010 | 101011 | 10101101 | 1010000 | 100000 |
Color Harmonies of #109182
Complementary color
Monochromatic Colors of #109182
Black with #109182
Text Example
Text Example
White with #109182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109182; }
p { color: rgb(16,145,130); }
H1.HeaderClassName
{
color: #109182;
}
.AnyTagClassName
{
color: #109182;
}
</style>
background-color css
<style>
a { background-color: #109182; }
a { background-color: rgb(16,145,130); }
div.DivClassName
{
background-color: #109182;
}
.BgClassName
{
background-color: #109182;
}
</style>
border-color css
<style>
span { border-color: #109182; }
span { border-color: rgb(16,145,130); }
td.TdClassName
{
border-color: #109182;
}
.TagClassName
{
border-color: #109182;
}
</style>