Shades of Deep Sea #098859
Tints of Deep Sea #098859
RGB
CMYK
RGB Variations
Color information
#098859 (or 0x098859) is known color: Deep Sea. HEX triplet: 09, 88 and 59. RGB value is (9,136,89). Sum of RGB (Red+Green+Blue) = 9+136+89=234 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.85% from 234); Green value is 136 (53.52% from 255 or 58.12% from 234); Blue value is 89 (35.16% from 255 or 38.03% from 234); Max value from RGB is 136 - color contains mainly: green. Hex color #098859 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098859 is #F677A6. Grayscale: #5C5C5C. Windows color (decimal): -16152487 or 5867529. OLE color: 5867529.
HSL color Cylindrical-coordinate representation of color #098859: hue angle of 157.8º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098859 is Cyan = 0.93, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 136 | 89 | - |
| CMYK | 0.93 | 0 | 0.35 | 0.47 |
| HSL | 157.8º | 0.88% | 0.28% | - |
| HSV(B) | 157.8º | 0.93% | 0.53% | - |
| XYZ | 10.72 | 18.39 | 12.44 | - |
| YUV | 92.67 | 125.92 | 68.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 136 | 89 | 0.93 | 0 | 0.35 | 0.47 | 157.8 | 0.88 | 0.28 |
| Hex | 9 | 88 | 59 | 5D | 0 | 23 | 2F | 9E | 58 | 1C |
| Octal | 11 | 210 | 131 | 135 | 0 | 43 | 57 | 236 | 130 | 34 |
| Binary | 1001 | 10001000 | 1011001 | 1011101 | 0 | 100011 | 101111 | 10011110 | 1011000 | 11100 |
Color Harmonies of #098859
Complementary color
Monochromatic Colors of #098859
Black with #098859
Text Example
Text Example
White with #098859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098859; }
p { color: rgb(9,136,89); }
H1.HeaderClassName
{
color: #098859;
}
.AnyTagClassName
{
color: #098859;
}
</style>
background-color css
<style>
a { background-color: #098859; }
a { background-color: rgb(9,136,89); }
div.DivClassName
{
background-color: #098859;
}
.BgClassName
{
background-color: #098859;
}
</style>
border-color css
<style>
span { border-color: #098859; }
span { border-color: rgb(9,136,89); }
td.TdClassName
{
border-color: #098859;
}
.TagClassName
{
border-color: #098859;
}
</style>