Shades of Dark Cyan #108490
Tints of Dark Cyan #108490
RGB
CMYK
RGB Variations
Color information
#108490 (or 0x108490) is known color: Dark Cyan. HEX triplet: 10, 84 and 90. RGB value is (16,132,144). Sum of RGB (Red+Green+Blue) = 16+132+144=292 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.48% from 292); Green value is 132 (51.95% from 255 or 45.21% from 292); Blue value is 144 (56.64% from 255 or 49.32% from 292); Max value from RGB is 144 - color contains mainly: blue. Hex color #108490 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108490 is #EF7B6F. Grayscale: #626262. Windows color (decimal): -15694704 or 9470992. OLE color: 9470992.
HSL color Cylindrical-coordinate representation of color #108490: hue angle of 185.62º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #108490 is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 132 | 144 | - |
| CMYK | 0.89 | 0.08 | 0 | 0.44 |
| HSL | 185.63º | 0.8% | 0.31% | - |
| HSV(B) | 185.63º | 0.89% | 0.56% | - |
| XYZ | 13.5 | 18.63 | 29.27 | - |
| YUV | 98.68 | 153.57 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 132 | 144 | 0.89 | 0.08 | 0 | 0.44 | 185.63 | 0.8 | 0.31 |
| Hex | 10 | 84 | 90 | 59 | 8 | 0 | 2C | BA | 50 | 1F |
| Octal | 20 | 204 | 220 | 131 | 10 | 0 | 54 | 272 | 120 | 37 |
| Binary | 10000 | 10000100 | 10010000 | 1011001 | 1000 | 0 | 101100 | 10111010 | 1010000 | 11111 |
Color Harmonies of #108490
Complementary color
Monochromatic Colors of #108490
Black with #108490
Text Example
Text Example
White with #108490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108490; }
p { color: rgb(16,132,144); }
H1.HeaderClassName
{
color: #108490;
}
.AnyTagClassName
{
color: #108490;
}
</style>
background-color css
<style>
a { background-color: #108490; }
a { background-color: rgb(16,132,144); }
div.DivClassName
{
background-color: #108490;
}
.BgClassName
{
background-color: #108490;
}
</style>
border-color css
<style>
span { border-color: #108490; }
span { border-color: rgb(16,132,144); }
td.TdClassName
{
border-color: #108490;
}
.TagClassName
{
border-color: #108490;
}
</style>