Shades of Dark Cyan #108590
Tints of Dark Cyan #108590
RGB
CMYK
RGB Variations
Color information
#108590 (or 0x108590) is known color: Dark Cyan. HEX triplet: 10, 85 and 90. RGB value is (16,133,144). Sum of RGB (Red+Green+Blue) = 16+133+144=293 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.46% from 293); Green value is 133 (52.34% from 255 or 45.39% from 293); Blue value is 144 (56.64% from 255 or 49.15% from 293); Max value from RGB is 144 - color contains mainly: blue. Hex color #108590 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108590 is #EF7A6F. Grayscale: #636363. Windows color (decimal): -15694448 or 9471248. OLE color: 9471248.
HSL color Cylindrical-coordinate representation of color #108590: hue angle of 185.16º 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 #108590 is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 133 | 144 | - |
| CMYK | 0.89 | 0.08 | 0 | 0.44 |
| HSL | 185.16º | 0.8% | 0.31% | - |
| HSV(B) | 185.16º | 0.89% | 0.56% | - |
| XYZ | 13.64 | 18.9 | 29.31 | - |
| YUV | 99.27 | 153.24 | 68.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 133 | 144 | 0.89 | 0.08 | 0 | 0.44 | 185.16 | 0.8 | 0.31 |
| Hex | 10 | 85 | 90 | 59 | 8 | 0 | 2C | B9 | 50 | 1F |
| Octal | 20 | 205 | 220 | 131 | 10 | 0 | 54 | 271 | 120 | 37 |
| Binary | 10000 | 10000101 | 10010000 | 1011001 | 1000 | 0 | 101100 | 10111001 | 1010000 | 11111 |
Color Harmonies of #108590
Complementary color
Monochromatic Colors of #108590
Black with #108590
Text Example
Text Example
White with #108590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108590; }
p { color: rgb(16,133,144); }
H1.HeaderClassName
{
color: #108590;
}
.AnyTagClassName
{
color: #108590;
}
</style>
background-color css
<style>
a { background-color: #108590; }
a { background-color: rgb(16,133,144); }
div.DivClassName
{
background-color: #108590;
}
.BgClassName
{
background-color: #108590;
}
</style>
border-color css
<style>
span { border-color: #108590; }
span { border-color: rgb(16,133,144); }
td.TdClassName
{
border-color: #108590;
}
.TagClassName
{
border-color: #108590;
}
</style>