Shades of Dark Cyan #098289
Tints of Dark Cyan #098289
RGB
CMYK
RGB Variations
Color information
#098289 (or 0x098289) is known color: Dark Cyan. HEX triplet: 09, 82 and 89. RGB value is (9,130,137). Sum of RGB (Red+Green+Blue) = 9+130+137=276 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.26% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 137 (53.91% from 255 or 49.64% from 276); Max value from RGB is 137 - color contains mainly: blue. Hex color #098289 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098289 is #F67D76. Grayscale: #5E5E5E. Windows color (decimal): -16153975 or 9011721. OLE color: 9011721.
HSL color Cylindrical-coordinate representation of color #098289: hue angle of 183.28º 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 #098289 is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 130 | 137 | - |
| CMYK | 0.93 | 0.05 | 0 | 0.46 |
| HSL | 183.28º | 0.88% | 0.29% | - |
| HSV(B) | 183.28º | 0.93% | 0.54% | - |
| XYZ | 12.61 | 17.83 | 26.44 | - |
| YUV | 94.62 | 151.91 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 130 | 137 | 0.93 | 0.05 | 0 | 0.46 | 183.28 | 0.88 | 0.29 |
| Hex | 9 | 82 | 89 | 5D | 5 | 0 | 2E | B7 | 58 | 1D |
| Octal | 11 | 202 | 211 | 135 | 5 | 0 | 56 | 267 | 130 | 35 |
| Binary | 1001 | 10000010 | 10001001 | 1011101 | 101 | 0 | 101110 | 10110111 | 1011000 | 11101 |
Color Harmonies of #098289
Complementary color
Monochromatic Colors of #098289
Black with #098289
Text Example
Text Example
White with #098289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098289; }
p { color: rgb(9,130,137); }
H1.HeaderClassName
{
color: #098289;
}
.AnyTagClassName
{
color: #098289;
}
</style>
background-color css
<style>
a { background-color: #098289; }
a { background-color: rgb(9,130,137); }
div.DivClassName
{
background-color: #098289;
}
.BgClassName
{
background-color: #098289;
}
</style>
border-color css
<style>
span { border-color: #098289; }
span { border-color: rgb(9,130,137); }
td.TdClassName
{
border-color: #098289;
}
.TagClassName
{
border-color: #098289;
}
</style>