Shades of Dark Cyan #109592
Tints of Dark Cyan #109592
RGB
CMYK
RGB Variations
Color information
#109592 (or 0x109592) is known color: Dark Cyan. HEX triplet: 10, 95 and 92. RGB value is (16,149,146). Sum of RGB (Red+Green+Blue) = 16+149+146=311 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.14% from 311); Green value is 149 (58.59% from 255 or 47.91% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 149 - color contains mainly: green. Hex color #109592 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109592 is #EF6A6D. Grayscale: #6C6C6C. Windows color (decimal): -15690350 or 9606416. OLE color: 9606416.
HSL color Cylindrical-coordinate representation of color #109592: hue angle of 178.65º 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 #109592 is Cyan = 0.89, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 149 | 146 | - |
| CMYK | 0.89 | 0 | 0.02 | 0.42 |
| HSL | 178.65º | 0.81% | 0.32% | - |
| HSV(B) | 178.65º | 0.89% | 0.58% | - |
| XYZ | 16.15 | 23.68 | 30.91 | - |
| YUV | 108.89 | 148.94 | 61.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 149 | 146 | 0.89 | 0 | 0.02 | 0.42 | 178.65 | 0.81 | 0.32 |
| Hex | 10 | 95 | 92 | 59 | 0 | 2 | 2A | B3 | 51 | 20 |
| Octal | 20 | 225 | 222 | 131 | 0 | 2 | 52 | 263 | 121 | 40 |
| Binary | 10000 | 10010101 | 10010010 | 1011001 | 0 | 10 | 101010 | 10110011 | 1010001 | 100000 |
Color Harmonies of #109592
Complementary color
Monochromatic Colors of #109592
Black with #109592
Text Example
Text Example
White with #109592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109592; }
p { color: rgb(16,149,146); }
H1.HeaderClassName
{
color: #109592;
}
.AnyTagClassName
{
color: #109592;
}
</style>
background-color css
<style>
a { background-color: #109592; }
a { background-color: rgb(16,149,146); }
div.DivClassName
{
background-color: #109592;
}
.BgClassName
{
background-color: #109592;
}
</style>
border-color css
<style>
span { border-color: #109592; }
span { border-color: rgb(16,149,146); }
td.TdClassName
{
border-color: #109592;
}
.TagClassName
{
border-color: #109592;
}
</style>