Shades of Dark Cyan #109091
Tints of Dark Cyan #109091
RGB
CMYK
RGB Variations
Color information
#109091 (or 0x109091) is known color: Dark Cyan. HEX triplet: 10, 90 and 91. RGB value is (16,144,145). Sum of RGB (Red+Green+Blue) = 16+144+145=305 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.25% from 305); Green value is 144 (56.64% from 255 or 47.21% from 305); Blue value is 145 (57.03% from 255 or 47.54% from 305); Max value from RGB is 145 - color contains mainly: blue. Hex color #109091 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109091 is #EF6F6E. Grayscale: #696969. Windows color (decimal): -15691631 or 9539600. OLE color: 9539600.
HSL color Cylindrical-coordinate representation of color #109091: hue angle of 180.47º 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 #109091 is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 16 | 144 | 145 | - |
| CMYK | 0.89 | 0.01 | 0 | 0.43 |
| HSL | 180.47º | 0.8% | 0.32% | - |
| HSV(B) | 180.47º | 0.89% | 0.57% | - |
| XYZ | 15.3 | 22.1 | 30.25 | - |
| YUV | 105.84 | 150.09 | 63.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 144 | 145 | 0.89 | 0.01 | 0 | 0.43 | 180.47 | 0.8 | 0.32 |
| Hex | 10 | 90 | 91 | 59 | 1 | 0 | 2B | B4 | 50 | 20 |
| Octal | 20 | 220 | 221 | 131 | 1 | 0 | 53 | 264 | 120 | 40 |
| Binary | 10000 | 10010000 | 10010001 | 1011001 | 1 | 0 | 101011 | 10110100 | 1010000 | 100000 |
Color Harmonies of #109091
Complementary color
Monochromatic Colors of #109091
Black with #109091
Text Example
Text Example
White with #109091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109091; }
p { color: rgb(16,144,145); }
H1.HeaderClassName
{
color: #109091;
}
.AnyTagClassName
{
color: #109091;
}
</style>
background-color css
<style>
a { background-color: #109091; }
a { background-color: rgb(16,144,145); }
div.DivClassName
{
background-color: #109091;
}
.BgClassName
{
background-color: #109091;
}
</style>
border-color css
<style>
span { border-color: #109091; }
span { border-color: rgb(16,144,145); }
td.TdClassName
{
border-color: #109091;
}
.TagClassName
{
border-color: #109091;
}
</style>