Shades of Deep Sea #0B855D
Tints of Deep Sea #0B855D
RGB
CMYK
RGB Variations
Color information
#0B855D (or 0x0B855D) is known color: Deep Sea. HEX triplet: 0B, 85 and 5D. RGB value is (11,133,93). Sum of RGB (Red+Green+Blue) = 11+133+93=237 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.64% from 237); Green value is 133 (52.34% from 255 or 56.12% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 133 - color contains mainly: green. Hex color #0B855D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B855D is #F47AA2. Grayscale: #5C5C5C. Windows color (decimal): -16022179 or 6128907. OLE color: 6128907.
HSL color Cylindrical-coordinate representation of color #0B855D: hue angle of 160.33º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B855D is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 11 | 133 | 93 | - |
| CMYK | 0.92 | 0 | 0.30 | 0.48 |
| HSL | 160.33º | 0.85% | 0.28% | - |
| HSV(B) | 160.33º | 0.92% | 0.52% | - |
| XYZ | 10.5 | 17.64 | 13.21 | - |
| YUV | 91.96 | 128.58 | 70.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 133 | 93 | 0.92 | 0 | 0.30 | 0.48 | 160.33 | 0.85 | 0.28 |
| Hex | B | 85 | 5D | 5C | 0 | 1E | 30 | A0 | 55 | 1C |
| Octal | 13 | 205 | 135 | 134 | 0 | 36 | 60 | 240 | 125 | 34 |
| Binary | 1011 | 10000101 | 1011101 | 1011100 | 0 | 11110 | 110000 | 10100000 | 1010101 | 11100 |
Color Harmonies of #0B855D
Complementary color
Monochromatic Colors of #0B855D
Black with #0B855D
Text Example
Text Example
White with #0B855D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B855D; }
p { color: rgb(11,133,93); }
H1.HeaderClassName
{
color: #0B855D;
}
.AnyTagClassName
{
color: #0B855D;
}
</style>
background-color css
<style>
a { background-color: #0B855D; }
a { background-color: rgb(11,133,93); }
div.DivClassName
{
background-color: #0B855D;
}
.BgClassName
{
background-color: #0B855D;
}
</style>
border-color css
<style>
span { border-color: #0B855D; }
span { border-color: rgb(11,133,93); }
td.TdClassName
{
border-color: #0B855D;
}
.TagClassName
{
border-color: #0B855D;
}
</style>