Shades of Dark Cyan #098589
Tints of Dark Cyan #098589
RGB
CMYK
RGB Variations
Color information
#098589 (or 0x098589) is known color: Dark Cyan. HEX triplet: 09, 85 and 89. RGB value is (9,133,137). Sum of RGB (Red+Green+Blue) = 9+133+137=279 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.23% from 279); Green value is 133 (52.34% from 255 or 47.67% from 279); Blue value is 137 (53.91% from 255 or 49.10% from 279); Max value from RGB is 137 - color contains mainly: blue. Hex color #098589 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098589 is #F67A76. Grayscale: #606060. Windows color (decimal): -16153207 or 9012489. OLE color: 9012489.
HSL color Cylindrical-coordinate representation of color #098589: hue angle of 181.88º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098589 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 133 | 137 | - |
| CMYK | 0.93 | 0.03 | 0 | 0.46 |
| HSL | 181.88º | 0.88% | 0.29% | - |
| HSV(B) | 181.88º | 0.93% | 0.54% | - |
| XYZ | 13.02 | 18.64 | 26.58 | - |
| YUV | 96.38 | 150.92 | 65.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 133 | 137 | 0.93 | 0.03 | 0 | 0.46 | 181.88 | 0.88 | 0.29 |
| Hex | 9 | 85 | 89 | 5D | 3 | 0 | 2E | B6 | 58 | 1D |
| Octal | 11 | 205 | 211 | 135 | 3 | 0 | 56 | 266 | 130 | 35 |
| Binary | 1001 | 10000101 | 10001001 | 1011101 | 11 | 0 | 101110 | 10110110 | 1011000 | 11101 |
Color Harmonies of #098589
Complementary color
Monochromatic Colors of #098589
Black with #098589
Text Example
Text Example
White with #098589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098589; }
p { color: rgb(9,133,137); }
H1.HeaderClassName
{
color: #098589;
}
.AnyTagClassName
{
color: #098589;
}
</style>
background-color css
<style>
a { background-color: #098589; }
a { background-color: rgb(9,133,137); }
div.DivClassName
{
background-color: #098589;
}
.BgClassName
{
background-color: #098589;
}
</style>
border-color css
<style>
span { border-color: #098589; }
span { border-color: rgb(9,133,137); }
td.TdClassName
{
border-color: #098589;
}
.TagClassName
{
border-color: #098589;
}
</style>