Shades of Deep Sea #098959
Tints of Deep Sea #098959
RGB
CMYK
RGB Variations
Color information
#098959 (or 0x098959) is known color: Deep Sea. HEX triplet: 09, 89 and 59. RGB value is (9,137,89). Sum of RGB (Red+Green+Blue) = 9+137+89=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 137 (53.91% from 255 or 58.30% from 235); Blue value is 89 (35.16% from 255 or 37.87% from 235); Max value from RGB is 137 - color contains mainly: green. Hex color #098959 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098959 is #F676A6. Grayscale: #5D5D5D. Windows color (decimal): -16152231 or 5867785. OLE color: 5867785.
HSL color Cylindrical-coordinate representation of color #098959: hue angle of 157.5º 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 #098959 is Cyan = 0.93, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 137 | 89 | - |
| CMYK | 0.93 | 0 | 0.35 | 0.46 |
| HSL | 157.5º | 0.88% | 0.29% | - |
| HSV(B) | 157.5º | 0.93% | 0.54% | - |
| XYZ | 10.86 | 18.67 | 12.48 | - |
| YUV | 93.26 | 125.59 | 67.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 137 | 89 | 0.93 | 0 | 0.35 | 0.46 | 157.5 | 0.88 | 0.29 |
| Hex | 9 | 89 | 59 | 5D | 0 | 23 | 2E | 9E | 58 | 1D |
| Octal | 11 | 211 | 131 | 135 | 0 | 43 | 56 | 236 | 130 | 35 |
| Binary | 1001 | 10001001 | 1011001 | 1011101 | 0 | 100011 | 101110 | 10011110 | 1011000 | 11101 |
Color Harmonies of #098959
Complementary color
Monochromatic Colors of #098959
Black with #098959
Text Example
Text Example
White with #098959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098959; }
p { color: rgb(9,137,89); }
H1.HeaderClassName
{
color: #098959;
}
.AnyTagClassName
{
color: #098959;
}
</style>
background-color css
<style>
a { background-color: #098959; }
a { background-color: rgb(9,137,89); }
div.DivClassName
{
background-color: #098959;
}
.BgClassName
{
background-color: #098959;
}
</style>
border-color css
<style>
span { border-color: #098959; }
span { border-color: rgb(9,137,89); }
td.TdClassName
{
border-color: #098959;
}
.TagClassName
{
border-color: #098959;
}
</style>