Shades of Dark Cyan #108491
Tints of Dark Cyan #108491
RGB
CMYK
RGB Variations
Color information
#108491 (or 0x108491) is known color: Dark Cyan. HEX triplet: 10, 84 and 91. RGB value is (16,132,145). Sum of RGB (Red+Green+Blue) = 16+132+145=293 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.46% from 293); Green value is 132 (51.95% from 255 or 45.05% from 293); Blue value is 145 (57.03% from 255 or 49.49% from 293); Max value from RGB is 145 - color contains mainly: blue. Hex color #108491 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108491 is #EF7B6E. Grayscale: #626262. Windows color (decimal): -15694703 or 9536528. OLE color: 9536528.
HSL color Cylindrical-coordinate representation of color #108491: hue angle of 186.05º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #108491 is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 16 | 132 | 145 | - |
| CMYK | 0.89 | 0.09 | 0 | 0.43 |
| HSL | 186.05º | 0.8% | 0.32% | - |
| HSV(B) | 186.05º | 0.89% | 0.57% | - |
| XYZ | 13.58 | 18.66 | 29.67 | - |
| YUV | 98.8 | 154.07 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 132 | 145 | 0.89 | 0.09 | 0 | 0.43 | 186.05 | 0.8 | 0.32 |
| Hex | 10 | 84 | 91 | 59 | 9 | 0 | 2B | BA | 50 | 20 |
| Octal | 20 | 204 | 221 | 131 | 11 | 0 | 53 | 272 | 120 | 40 |
| Binary | 10000 | 10000100 | 10010001 | 1011001 | 1001 | 0 | 101011 | 10111010 | 1010000 | 100000 |
Color Harmonies of #108491
Complementary color
Monochromatic Colors of #108491
Black with #108491
Text Example
Text Example
White with #108491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108491; }
p { color: rgb(16,132,145); }
H1.HeaderClassName
{
color: #108491;
}
.AnyTagClassName
{
color: #108491;
}
</style>
background-color css
<style>
a { background-color: #108491; }
a { background-color: rgb(16,132,145); }
div.DivClassName
{
background-color: #108491;
}
.BgClassName
{
background-color: #108491;
}
</style>
border-color css
<style>
span { border-color: #108491; }
span { border-color: rgb(16,132,145); }
td.TdClassName
{
border-color: #108491;
}
.TagClassName
{
border-color: #108491;
}
</style>