Shades of Deep Sea #09895A
Tints of Deep Sea #09895A
RGB
CMYK
RGB Variations
Color information
#09895A (or 0x09895A) is known color: Deep Sea. HEX triplet: 09, 89 and 5A. RGB value is (9,137,90). Sum of RGB (Red+Green+Blue) = 9+137+90=236 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.81% from 236); Green value is 137 (53.91% from 255 or 58.05% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 137 - color contains mainly: green. Hex color #09895A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09895A is #F676A5. Grayscale: #5D5D5D. Windows color (decimal): -16152230 or 5933321. OLE color: 5933321.
HSL color Cylindrical-coordinate representation of color #09895A: hue angle of 157.97º 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 #09895A is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 137 | 90 | - |
| CMYK | 0.93 | 0 | 0.34 | 0.46 |
| HSL | 157.97º | 0.88% | 0.29% | - |
| HSV(B) | 157.97º | 0.93% | 0.54% | - |
| XYZ | 10.9 | 18.69 | 12.71 | - |
| YUV | 93.37 | 126.09 | 67.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 137 | 90 | 0.93 | 0 | 0.34 | 0.46 | 157.97 | 0.88 | 0.29 |
| Hex | 9 | 89 | 5A | 5D | 0 | 22 | 2E | 9E | 58 | 1D |
| Octal | 11 | 211 | 132 | 135 | 0 | 42 | 56 | 236 | 130 | 35 |
| Binary | 1001 | 10001001 | 1011010 | 1011101 | 0 | 100010 | 101110 | 10011110 | 1011000 | 11101 |
Color Harmonies of #09895A
Complementary color
Monochromatic Colors of #09895A
Black with #09895A
Text Example
Text Example
White with #09895A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09895A; }
p { color: rgb(9,137,90); }
H1.HeaderClassName
{
color: #09895A;
}
.AnyTagClassName
{
color: #09895A;
}
</style>
background-color css
<style>
a { background-color: #09895A; }
a { background-color: rgb(9,137,90); }
div.DivClassName
{
background-color: #09895A;
}
.BgClassName
{
background-color: #09895A;
}
</style>
border-color css
<style>
span { border-color: #09895A; }
span { border-color: rgb(9,137,90); }
td.TdClassName
{
border-color: #09895A;
}
.TagClassName
{
border-color: #09895A;
}
</style>