Shades of Dark Cyan #098689
Tints of Dark Cyan #098689
RGB
CMYK
RGB Variations
Color information
#098689 (or 0x098689) is known color: Dark Cyan. HEX triplet: 09, 86 and 89. RGB value is (9,134,137). Sum of RGB (Red+Green+Blue) = 9+134+137=280 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.21% from 280); Green value is 134 (52.73% from 255 or 47.86% from 280); Blue value is 137 (53.91% from 255 or 48.93% from 280); Max value from RGB is 137 - color contains mainly: blue. Hex color #098689 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098689 is #F67976. Grayscale: #606060. Windows color (decimal): -16152951 or 9012745. OLE color: 9012745.
HSL color Cylindrical-coordinate representation of color #098689: hue angle of 181.41º 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 #098689 is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 134 | 137 | - |
| CMYK | 0.93 | 0.02 | 0 | 0.46 |
| HSL | 181.41º | 0.88% | 0.29% | - |
| HSV(B) | 181.41º | 0.93% | 0.54% | - |
| XYZ | 13.15 | 18.91 | 26.62 | - |
| YUV | 96.97 | 150.59 | 65.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 134 | 137 | 0.93 | 0.02 | 0 | 0.46 | 181.41 | 0.88 | 0.29 |
| Hex | 9 | 86 | 89 | 5D | 2 | 0 | 2E | B5 | 58 | 1D |
| Octal | 11 | 206 | 211 | 135 | 2 | 0 | 56 | 265 | 130 | 35 |
| Binary | 1001 | 10000110 | 10001001 | 1011101 | 10 | 0 | 101110 | 10110101 | 1011000 | 11101 |
Color Harmonies of #098689
Complementary color
Monochromatic Colors of #098689
Black with #098689
Text Example
Text Example
White with #098689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098689; }
p { color: rgb(9,134,137); }
H1.HeaderClassName
{
color: #098689;
}
.AnyTagClassName
{
color: #098689;
}
</style>
background-color css
<style>
a { background-color: #098689; }
a { background-color: rgb(9,134,137); }
div.DivClassName
{
background-color: #098689;
}
.BgClassName
{
background-color: #098689;
}
</style>
border-color css
<style>
span { border-color: #098689; }
span { border-color: rgb(9,134,137); }
td.TdClassName
{
border-color: #098689;
}
.TagClassName
{
border-color: #098689;
}
</style>