Shades of Dark Cyan #109490
Tints of Dark Cyan #109490
RGB
CMYK
RGB Variations
Color information
#109490 (or 0x109490) is known color: Dark Cyan. HEX triplet: 10, 94 and 90. RGB value is (16,148,144). Sum of RGB (Red+Green+Blue) = 16+148+144=308 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.19% from 308); Green value is 148 (58.20% from 255 or 48.05% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 148 - color contains mainly: green. Hex color #109490 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109490 is #EF6B6F. Grayscale: #6B6B6B. Windows color (decimal): -15690608 or 9475088. OLE color: 9475088.
HSL color Cylindrical-coordinate representation of color #109490: hue angle of 178.18º 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 #109490 is Cyan = 0.89, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 148 | 144 | - |
| CMYK | 0.89 | 0 | 0.03 | 0.42 |
| HSL | 178.18º | 0.8% | 0.32% | - |
| HSV(B) | 178.18º | 0.89% | 0.58% | - |
| XYZ | 15.84 | 23.3 | 30.05 | - |
| YUV | 108.08 | 148.27 | 62.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 148 | 144 | 0.89 | 0 | 0.03 | 0.42 | 178.18 | 0.8 | 0.32 |
| Hex | 10 | 94 | 90 | 59 | 0 | 3 | 2A | B2 | 50 | 20 |
| Octal | 20 | 224 | 220 | 131 | 0 | 3 | 52 | 262 | 120 | 40 |
| Binary | 10000 | 10010100 | 10010000 | 1011001 | 0 | 11 | 101010 | 10110010 | 1010000 | 100000 |
Color Harmonies of #109490
Complementary color
Monochromatic Colors of #109490
Black with #109490
Text Example
Text Example
White with #109490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109490; }
p { color: rgb(16,148,144); }
H1.HeaderClassName
{
color: #109490;
}
.AnyTagClassName
{
color: #109490;
}
</style>
background-color css
<style>
a { background-color: #109490; }
a { background-color: rgb(16,148,144); }
div.DivClassName
{
background-color: #109490;
}
.BgClassName
{
background-color: #109490;
}
</style>
border-color css
<style>
span { border-color: #109490; }
span { border-color: rgb(16,148,144); }
td.TdClassName
{
border-color: #109490;
}
.TagClassName
{
border-color: #109490;
}
</style>