Shades of Deep Sea #09895C
Tints of Deep Sea #09895C
RGB
CMYK
RGB Variations
Color information
#09895C (or 0x09895C) is known color: Deep Sea. HEX triplet: 09, 89 and 5C. RGB value is (9,137,92). Sum of RGB (Red+Green+Blue) = 9+137+92=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 137 (53.91% from 255 or 57.56% from 238); Blue value is 92 (36.33% from 255 or 38.66% from 238); Max value from RGB is 137 - color contains mainly: green. Hex color #09895C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09895C is #F676A3. Grayscale: #5D5D5D. Windows color (decimal): -16152228 or 6064393. OLE color: 6064393.
HSL color Cylindrical-coordinate representation of color #09895C: hue angle of 158.91º 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 #09895C is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 137 | 92 | - |
| CMYK | 0.93 | 0 | 0.33 | 0.46 |
| HSL | 158.91º | 0.88% | 0.29% | - |
| HSV(B) | 158.91º | 0.93% | 0.54% | - |
| XYZ | 10.99 | 18.72 | 13.16 | - |
| YUV | 93.6 | 127.09 | 67.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 137 | 92 | 0.93 | 0 | 0.33 | 0.46 | 158.91 | 0.88 | 0.29 |
| Hex | 9 | 89 | 5C | 5D | 0 | 21 | 2E | 9F | 58 | 1D |
| Octal | 11 | 211 | 134 | 135 | 0 | 41 | 56 | 237 | 130 | 35 |
| Binary | 1001 | 10001001 | 1011100 | 1011101 | 0 | 100001 | 101110 | 10011111 | 1011000 | 11101 |
Color Harmonies of #09895C
Complementary color
Monochromatic Colors of #09895C
Black with #09895C
Text Example
Text Example
White with #09895C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09895C; }
p { color: rgb(9,137,92); }
H1.HeaderClassName
{
color: #09895C;
}
.AnyTagClassName
{
color: #09895C;
}
</style>
background-color css
<style>
a { background-color: #09895C; }
a { background-color: rgb(9,137,92); }
div.DivClassName
{
background-color: #09895C;
}
.BgClassName
{
background-color: #09895C;
}
</style>
border-color css
<style>
span { border-color: #09895C; }
span { border-color: rgb(9,137,92); }
td.TdClassName
{
border-color: #09895C;
}
.TagClassName
{
border-color: #09895C;
}
</style>