Shades of Dark Cyan #109095
Tints of Dark Cyan #109095
RGB
CMYK
RGB Variations
Color information
#109095 (or 0x109095) is known color: Dark Cyan. HEX triplet: 10, 90 and 95. RGB value is (16,144,149). Sum of RGB (Red+Green+Blue) = 16+144+149=309 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.18% from 309); Green value is 144 (56.64% from 255 or 46.60% from 309); Blue value is 149 (58.59% from 255 or 48.22% from 309); Max value from RGB is 149 - color contains mainly: blue. Hex color #109095 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109095 is #EF6F6A. Grayscale: #6A6A6A. Windows color (decimal): -15691627 or 9801744. OLE color: 9801744.
HSL color Cylindrical-coordinate representation of color #109095: hue angle of 182.26º 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 #109095 is Cyan = 0.89, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 144 | 149 | - |
| CMYK | 0.89 | 0.03 | 0 | 0.42 |
| HSL | 182.26º | 0.81% | 0.32% | - |
| HSV(B) | 182.26º | 0.89% | 0.58% | - |
| XYZ | 15.61 | 22.23 | 31.9 | - |
| YUV | 106.3 | 152.09 | 63.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 144 | 149 | 0.89 | 0.03 | 0 | 0.42 | 182.26 | 0.81 | 0.32 |
| Hex | 10 | 90 | 95 | 59 | 3 | 0 | 2A | B6 | 51 | 20 |
| Octal | 20 | 220 | 225 | 131 | 3 | 0 | 52 | 266 | 121 | 40 |
| Binary | 10000 | 10010000 | 10010101 | 1011001 | 11 | 0 | 101010 | 10110110 | 1010001 | 100000 |
Color Harmonies of #109095
Complementary color
Monochromatic Colors of #109095
Black with #109095
Text Example
Text Example
White with #109095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109095; }
p { color: rgb(16,144,149); }
H1.HeaderClassName
{
color: #109095;
}
.AnyTagClassName
{
color: #109095;
}
</style>
background-color css
<style>
a { background-color: #109095; }
a { background-color: rgb(16,144,149); }
div.DivClassName
{
background-color: #109095;
}
.BgClassName
{
background-color: #109095;
}
</style>
border-color css
<style>
span { border-color: #109095; }
span { border-color: rgb(16,144,149); }
td.TdClassName
{
border-color: #109095;
}
.TagClassName
{
border-color: #109095;
}
</style>