Shades of Deep Sea #0B8366
Tints of Deep Sea #0B8366
RGB
CMYK
RGB Variations
Color information
#0B8366 (or 0x0B8366) is known color: Deep Sea. HEX triplet: 0B, 83 and 66. RGB value is (11,131,102). Sum of RGB (Red+Green+Blue) = 11+131+102=244 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.51% from 244); Green value is 131 (51.56% from 255 or 53.69% from 244); Blue value is 102 (40.23% from 255 or 41.80% from 244); Max value from RGB is 131 - color contains mainly: green. Hex color #0B8366 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8366 is #F47C99. Grayscale: #5B5B5B. Windows color (decimal): -16022682 or 6718219. OLE color: 6718219.
HSL color Cylindrical-coordinate representation of color #0B8366: hue angle of 165.5º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8366 is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 11 | 131 | 102 | - |
| CMYK | 0.92 | 0 | 0.22 | 0.49 |
| HSL | 165.5º | 0.85% | 0.28% | - |
| HSV(B) | 165.5º | 0.92% | 0.51% | - |
| XYZ | 10.65 | 17.26 | 15.34 | - |
| YUV | 91.81 | 133.74 | 70.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 131 | 102 | 0.92 | 0 | 0.22 | 0.49 | 165.5 | 0.85 | 0.28 |
| Hex | B | 83 | 66 | 5C | 0 | 16 | 31 | A6 | 55 | 1C |
| Octal | 13 | 203 | 146 | 134 | 0 | 26 | 61 | 246 | 125 | 34 |
| Binary | 1011 | 10000011 | 1100110 | 1011100 | 0 | 10110 | 110001 | 10100110 | 1010101 | 11100 |
Color Harmonies of #0B8366
Complementary color
Monochromatic Colors of #0B8366
Black with #0B8366
Text Example
Text Example
White with #0B8366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8366; }
p { color: rgb(11,131,102); }
H1.HeaderClassName
{
color: #0B8366;
}
.AnyTagClassName
{
color: #0B8366;
}
</style>
background-color css
<style>
a { background-color: #0B8366; }
a { background-color: rgb(11,131,102); }
div.DivClassName
{
background-color: #0B8366;
}
.BgClassName
{
background-color: #0B8366;
}
</style>
border-color css
<style>
span { border-color: #0B8366; }
span { border-color: rgb(11,131,102); }
td.TdClassName
{
border-color: #0B8366;
}
.TagClassName
{
border-color: #0B8366;
}
</style>