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