Shades of Dark Cyan #109494
Tints of Dark Cyan #109494
RGB
CMYK
RGB Variations
Color information
#109494 (or 0x109494) is known color: Dark Cyan. HEX triplet: 10, 94 and 94. RGB value is (16,148,148). Sum of RGB (Red+Green+Blue) = 16+148+148=312 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.13% from 312); Green value is 148 (58.20% from 255 or 47.44% from 312); Blue value is 148 (58.20% from 255 or 47.44% from 312); Max value from RGB is 148 - color contains mainly: green, blue. Hex color #109494 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109494 is #EF6B6B. Grayscale: #6C6C6C. Windows color (decimal): -15690604 or 9737232. OLE color: 9737232.
HSL color Cylindrical-coordinate representation of color #109494: hue angle of 180º degrees, saturation: 0.8, 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 #109494 is Cyan = 0.89, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 148 | 148 | - |
| CMYK | 0.89 | 0 | 0 | 0.42 |
| HSL | 180º | 0.8% | 0.32% | - |
| HSV(B) | 180º | 0.89% | 0.58% | - |
| XYZ | 16.15 | 23.43 | 31.69 | - |
| YUV | 108.53 | 150.27 | 62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 148 | 148 | 0.89 | 0 | 0 | 0.42 | 180 | 0.8 | 0.32 |
| Hex | 10 | 94 | 94 | 59 | 0 | 0 | 2A | B4 | 50 | 20 |
| Octal | 20 | 224 | 224 | 131 | 0 | 0 | 52 | 264 | 120 | 40 |
| Binary | 10000 | 10010100 | 10010100 | 1011001 | 0 | 0 | 101010 | 10110100 | 1010000 | 100000 |
Color Harmonies of #109494
Complementary color
Monochromatic Colors of #109494
Black with #109494
Text Example
Text Example
White with #109494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109494; }
p { color: rgb(16,148,148); }
H1.HeaderClassName
{
color: #109494;
}
.AnyTagClassName
{
color: #109494;
}
</style>
background-color css
<style>
a { background-color: #109494; }
a { background-color: rgb(16,148,148); }
div.DivClassName
{
background-color: #109494;
}
.BgClassName
{
background-color: #109494;
}
</style>
border-color css
<style>
span { border-color: #109494; }
span { border-color: rgb(16,148,148); }
td.TdClassName
{
border-color: #109494;
}
.TagClassName
{
border-color: #109494;
}
</style>