Shades of Dark Cyan #108591
Tints of Dark Cyan #108591
RGB
CMYK
RGB Variations
Color information
#108591 (or 0x108591) is known color: Dark Cyan. HEX triplet: 10, 85 and 91. RGB value is (16,133,145). Sum of RGB (Red+Green+Blue) = 16+133+145=294 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.44% from 294); Green value is 133 (52.34% from 255 or 45.24% from 294); Blue value is 145 (57.03% from 255 or 49.32% from 294); Max value from RGB is 145 - color contains mainly: blue. Hex color #108591 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108591 is #EF7A6E. Grayscale: #636363. Windows color (decimal): -15694447 or 9536784. OLE color: 9536784.
HSL color Cylindrical-coordinate representation of color #108591: hue angle of 185.58º 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 #108591 is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 16 | 133 | 145 | - |
| CMYK | 0.89 | 0.08 | 0 | 0.43 |
| HSL | 185.58º | 0.8% | 0.32% | - |
| HSV(B) | 185.58º | 0.89% | 0.57% | - |
| XYZ | 13.71 | 18.93 | 29.72 | - |
| YUV | 99.39 | 153.74 | 68.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 133 | 145 | 0.89 | 0.08 | 0 | 0.43 | 185.58 | 0.8 | 0.32 |
| Hex | 10 | 85 | 91 | 59 | 8 | 0 | 2B | BA | 50 | 20 |
| Octal | 20 | 205 | 221 | 131 | 10 | 0 | 53 | 272 | 120 | 40 |
| Binary | 10000 | 10000101 | 10010001 | 1011001 | 1000 | 0 | 101011 | 10111010 | 1010000 | 100000 |
Color Harmonies of #108591
Complementary color
Monochromatic Colors of #108591
Black with #108591
Text Example
Text Example
White with #108591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108591; }
p { color: rgb(16,133,145); }
H1.HeaderClassName
{
color: #108591;
}
.AnyTagClassName
{
color: #108591;
}
</style>
background-color css
<style>
a { background-color: #108591; }
a { background-color: rgb(16,133,145); }
div.DivClassName
{
background-color: #108591;
}
.BgClassName
{
background-color: #108591;
}
</style>
border-color css
<style>
span { border-color: #108591; }
span { border-color: rgb(16,133,145); }
td.TdClassName
{
border-color: #108591;
}
.TagClassName
{
border-color: #108591;
}
</style>