Shades of Deep Sea #0B895E
Tints of Deep Sea #0B895E
RGB
CMYK
RGB Variations
Color information
#0B895E (or 0x0B895E) is known color: Deep Sea. HEX triplet: 0B, 89 and 5E. RGB value is (11,137,94). Sum of RGB (Red+Green+Blue) = 11+137+94=242 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.55% from 242); Green value is 137 (53.91% from 255 or 56.61% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 137 - color contains mainly: green. Hex color #0B895E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B895E is #F476A1. Grayscale: #5E5E5E. Windows color (decimal): -16021154 or 6195467. OLE color: 6195467.
HSL color Cylindrical-coordinate representation of color #0B895E: hue angle of 159.52º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B895E is Cyan = 0.92, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 11 | 137 | 94 | - |
| CMYK | 0.92 | 0 | 0.31 | 0.46 |
| HSL | 159.52º | 0.85% | 0.29% | - |
| HSV(B) | 159.52º | 0.92% | 0.54% | - |
| XYZ | 11.1 | 18.77 | 13.63 | - |
| YUV | 94.42 | 127.76 | 68.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 137 | 94 | 0.92 | 0 | 0.31 | 0.46 | 159.52 | 0.85 | 0.29 |
| Hex | B | 89 | 5E | 5C | 0 | 1F | 2E | A0 | 55 | 1D |
| Octal | 13 | 211 | 136 | 134 | 0 | 37 | 56 | 240 | 125 | 35 |
| Binary | 1011 | 10001001 | 1011110 | 1011100 | 0 | 11111 | 101110 | 10100000 | 1010101 | 11101 |
Color Harmonies of #0B895E
Complementary color
Monochromatic Colors of #0B895E
Black with #0B895E
Text Example
Text Example
White with #0B895E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B895E; }
p { color: rgb(11,137,94); }
H1.HeaderClassName
{
color: #0B895E;
}
.AnyTagClassName
{
color: #0B895E;
}
</style>
background-color css
<style>
a { background-color: #0B895E; }
a { background-color: rgb(11,137,94); }
div.DivClassName
{
background-color: #0B895E;
}
.BgClassName
{
background-color: #0B895E;
}
</style>
border-color css
<style>
span { border-color: #0B895E; }
span { border-color: rgb(11,137,94); }
td.TdClassName
{
border-color: #0B895E;
}
.TagClassName
{
border-color: #0B895E;
}
</style>