Shades of Dark Cyan #109588
Tints of Dark Cyan #109588
RGB
CMYK
RGB Variations
Color information
#109588 (or 0x109588) is known color: Dark Cyan. HEX triplet: 10, 95 and 88. RGB value is (16,149,136). Sum of RGB (Red+Green+Blue) = 16+149+136=301 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.32% from 301); Green value is 149 (58.59% from 255 or 49.50% from 301); Blue value is 136 (53.52% from 255 or 45.18% from 301); Max value from RGB is 149 - color contains mainly: green. Hex color #109588 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109588 is #EF6A77. Grayscale: #6B6B6B. Windows color (decimal): -15690360 or 8951056. OLE color: 8951056.
HSL color Cylindrical-coordinate representation of color #109588: hue angle of 174.14º 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 #109588 is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 149 | 136 | - |
| CMYK | 0.89 | 0 | 0.09 | 0.42 |
| HSL | 174.14º | 0.81% | 0.32% | - |
| HSV(B) | 174.14º | 0.89% | 0.58% | - |
| XYZ | 15.41 | 23.38 | 26.99 | - |
| YUV | 107.75 | 143.94 | 62.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 149 | 136 | 0.89 | 0 | 0.09 | 0.42 | 174.14 | 0.81 | 0.32 |
| Hex | 10 | 95 | 88 | 59 | 0 | 9 | 2A | AE | 51 | 20 |
| Octal | 20 | 225 | 210 | 131 | 0 | 11 | 52 | 256 | 121 | 40 |
| Binary | 10000 | 10010101 | 10001000 | 1011001 | 0 | 1001 | 101010 | 10101110 | 1010001 | 100000 |
Color Harmonies of #109588
Complementary color
Monochromatic Colors of #109588
Black with #109588
Text Example
Text Example
White with #109588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109588; }
p { color: rgb(16,149,136); }
H1.HeaderClassName
{
color: #109588;
}
.AnyTagClassName
{
color: #109588;
}
</style>
background-color css
<style>
a { background-color: #109588; }
a { background-color: rgb(16,149,136); }
div.DivClassName
{
background-color: #109588;
}
.BgClassName
{
background-color: #109588;
}
</style>
border-color css
<style>
span { border-color: #109588; }
span { border-color: rgb(16,149,136); }
td.TdClassName
{
border-color: #109588;
}
.TagClassName
{
border-color: #109588;
}
</style>