Shades of Dark Cyan #109591
Tints of Dark Cyan #109591
RGB
CMYK
RGB Variations
Color information
#109591 (or 0x109591) is known color: Dark Cyan. HEX triplet: 10, 95 and 91. RGB value is (16,149,145). Sum of RGB (Red+Green+Blue) = 16+149+145=310 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.16% from 310); Green value is 149 (58.59% from 255 or 48.06% from 310); Blue value is 145 (57.03% from 255 or 46.77% from 310); Max value from RGB is 149 - color contains mainly: green. Hex color #109591 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109591 is #EF6A6E. Grayscale: #6C6C6C. Windows color (decimal): -15690351 or 9540880. OLE color: 9540880.
HSL color Cylindrical-coordinate representation of color #109591: hue angle of 178.2º degrees, saturation: 0.81, 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 #109591 is Cyan = 0.89, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 149 | 145 | - |
| CMYK | 0.89 | 0 | 0.03 | 0.42 |
| HSL | 178.2º | 0.81% | 0.32% | - |
| HSV(B) | 178.2º | 0.89% | 0.58% | - |
| XYZ | 16.07 | 23.65 | 30.51 | - |
| YUV | 108.78 | 148.44 | 61.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 149 | 145 | 0.89 | 0 | 0.03 | 0.42 | 178.2 | 0.81 | 0.32 |
| Hex | 10 | 95 | 91 | 59 | 0 | 3 | 2A | B2 | 51 | 20 |
| Octal | 20 | 225 | 221 | 131 | 0 | 3 | 52 | 262 | 121 | 40 |
| Binary | 10000 | 10010101 | 10010001 | 1011001 | 0 | 11 | 101010 | 10110010 | 1010001 | 100000 |
Color Harmonies of #109591
Complementary color
Monochromatic Colors of #109591
Black with #109591
Text Example
Text Example
White with #109591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109591; }
p { color: rgb(16,149,145); }
H1.HeaderClassName
{
color: #109591;
}
.AnyTagClassName
{
color: #109591;
}
</style>
background-color css
<style>
a { background-color: #109591; }
a { background-color: rgb(16,149,145); }
div.DivClassName
{
background-color: #109591;
}
.BgClassName
{
background-color: #109591;
}
</style>
border-color css
<style>
span { border-color: #109591; }
span { border-color: rgb(16,149,145); }
td.TdClassName
{
border-color: #109591;
}
.TagClassName
{
border-color: #109591;
}
</style>