Shades of Deep Sea #0B856B
Tints of Deep Sea #0B856B
RGB
CMYK
RGB Variations
Color information
#0B856B (or 0x0B856B) is known color: Deep Sea. HEX triplet: 0B, 85 and 6B. RGB value is (11,133,107). Sum of RGB (Red+Green+Blue) = 11+133+107=251 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.38% from 251); Green value is 133 (52.34% from 255 or 52.99% from 251); Blue value is 107 (42.19% from 255 or 42.63% from 251); Max value from RGB is 133 - color contains mainly: green. Hex color #0B856B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B856B is #F47A94. Grayscale: #5D5D5D. Windows color (decimal): -16022165 or 7046411. OLE color: 7046411.
HSL color Cylindrical-coordinate representation of color #0B856B: hue angle of 167.21º 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 #0B856B is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 11 | 133 | 107 | - |
| CMYK | 0.92 | 0 | 0.20 | 0.48 |
| HSL | 167.21º | 0.85% | 0.28% | - |
| HSV(B) | 167.21º | 0.92% | 0.52% | - |
| XYZ | 11.18 | 17.91 | 16.78 | - |
| YUV | 93.56 | 135.58 | 69.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 133 | 107 | 0.92 | 0 | 0.20 | 0.48 | 167.21 | 0.85 | 0.28 |
| Hex | B | 85 | 6B | 5C | 0 | 14 | 30 | A7 | 55 | 1C |
| Octal | 13 | 205 | 153 | 134 | 0 | 24 | 60 | 247 | 125 | 34 |
| Binary | 1011 | 10000101 | 1101011 | 1011100 | 0 | 10100 | 110000 | 10100111 | 1010101 | 11100 |
Color Harmonies of #0B856B
Complementary color
Monochromatic Colors of #0B856B
Black with #0B856B
Text Example
Text Example
White with #0B856B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B856B; }
p { color: rgb(11,133,107); }
H1.HeaderClassName
{
color: #0B856B;
}
.AnyTagClassName
{
color: #0B856B;
}
</style>
background-color css
<style>
a { background-color: #0B856B; }
a { background-color: rgb(11,133,107); }
div.DivClassName
{
background-color: #0B856B;
}
.BgClassName
{
background-color: #0B856B;
}
</style>
border-color css
<style>
span { border-color: #0B856B; }
span { border-color: rgb(11,133,107); }
td.TdClassName
{
border-color: #0B856B;
}
.TagClassName
{
border-color: #0B856B;
}
</style>