Shades of Deep Sea #09855D
Tints of Deep Sea #09855D
RGB
CMYK
RGB Variations
Color information
#09855D (or 0x09855D) is known color: Deep Sea. HEX triplet: 09, 85 and 5D. RGB value is (9,133,93). Sum of RGB (Red+Green+Blue) = 9+133+93=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 133 (52.34% from 255 or 56.60% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 133 - color contains mainly: green. Hex color #09855D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09855D is #F67AA2. Grayscale: #5B5B5B. Windows color (decimal): -16153251 or 6128905. OLE color: 6128905.
HSL color Cylindrical-coordinate representation of color #09855D: hue angle of 160.65º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09855D is Cyan = 0.93, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 133 | 93 | - |
| CMYK | 0.93 | 0 | 0.30 | 0.48 |
| HSL | 160.65º | 0.87% | 0.28% | - |
| HSV(B) | 160.65º | 0.93% | 0.52% | - |
| XYZ | 10.48 | 17.62 | 13.21 | - |
| YUV | 91.36 | 128.92 | 69.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 133 | 93 | 0.93 | 0 | 0.30 | 0.48 | 160.65 | 0.87 | 0.28 |
| Hex | 9 | 85 | 5D | 5D | 0 | 1E | 30 | A1 | 57 | 1C |
| Octal | 11 | 205 | 135 | 135 | 0 | 36 | 60 | 241 | 127 | 34 |
| Binary | 1001 | 10000101 | 1011101 | 1011101 | 0 | 11110 | 110000 | 10100001 | 1010111 | 11100 |
Color Harmonies of #09855D
Complementary color
Monochromatic Colors of #09855D
Black with #09855D
Text Example
Text Example
White with #09855D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09855D; }
p { color: rgb(9,133,93); }
H1.HeaderClassName
{
color: #09855D;
}
.AnyTagClassName
{
color: #09855D;
}
</style>
background-color css
<style>
a { background-color: #09855D; }
a { background-color: rgb(9,133,93); }
div.DivClassName
{
background-color: #09855D;
}
.BgClassName
{
background-color: #09855D;
}
</style>
border-color css
<style>
span { border-color: #09855D; }
span { border-color: rgb(9,133,93); }
td.TdClassName
{
border-color: #09855D;
}
.TagClassName
{
border-color: #09855D;
}
</style>