Shades of Dark Cyan #098591
Tints of Dark Cyan #098591
RGB
CMYK
RGB Variations
Color information
#098591 (or 0x098591) is known color: Dark Cyan. HEX triplet: 09, 85 and 91. RGB value is (9,133,145). Sum of RGB (Red+Green+Blue) = 9+133+145=287 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.14% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 145 (57.03% from 255 or 50.52% from 287); Max value from RGB is 145 - color contains mainly: blue. Hex color #098591 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098591 is #F67A6E. Grayscale: #616161. Windows color (decimal): -16153199 or 9536777. OLE color: 9536777.
HSL color Cylindrical-coordinate representation of color #098591: hue angle of 185.29º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098591 is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 9 | 133 | 145 | - |
| CMYK | 0.94 | 0.08 | 0 | 0.43 |
| HSL | 185.29º | 0.88% | 0.3% | - |
| HSV(B) | 185.29º | 0.94% | 0.57% | - |
| XYZ | 13.61 | 18.88 | 29.71 | - |
| YUV | 97.29 | 154.92 | 65.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 133 | 145 | 0.94 | 0.08 | 0 | 0.43 | 185.29 | 0.88 | 0.3 |
| Hex | 9 | 85 | 91 | 5E | 8 | 0 | 2B | B9 | 58 | 1E |
| Octal | 11 | 205 | 221 | 136 | 10 | 0 | 53 | 271 | 130 | 36 |
| Binary | 1001 | 10000101 | 10010001 | 1011110 | 1000 | 0 | 101011 | 10111001 | 1011000 | 11110 |
Color Harmonies of #098591
Complementary color
Monochromatic Colors of #098591
Black with #098591
Text Example
Text Example
White with #098591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098591; }
p { color: rgb(9,133,145); }
H1.HeaderClassName
{
color: #098591;
}
.AnyTagClassName
{
color: #098591;
}
</style>
background-color css
<style>
a { background-color: #098591; }
a { background-color: rgb(9,133,145); }
div.DivClassName
{
background-color: #098591;
}
.BgClassName
{
background-color: #098591;
}
</style>
border-color css
<style>
span { border-color: #098591; }
span { border-color: rgb(9,133,145); }
td.TdClassName
{
border-color: #098591;
}
.TagClassName
{
border-color: #098591;
}
</style>