Shades of Deep Sea #0B8768
Tints of Deep Sea #0B8768
RGB
CMYK
RGB Variations
Color information
#0B8768 (or 0x0B8768) is known color: Deep Sea. HEX triplet: 0B, 87 and 68. RGB value is (11,135,104). Sum of RGB (Red+Green+Blue) = 11+135+104=250 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.4% from 250); Green value is 135 (53.12% from 255 or 54% from 250); Blue value is 104 (41.02% from 255 or 41.6% from 250); Max value from RGB is 135 - color contains mainly: green. Hex color #0B8768 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8768 is #F47897. Grayscale: #5E5E5E. Windows color (decimal): -16021656 or 6850315. OLE color: 6850315.
HSL color Cylindrical-coordinate representation of color #0B8768: hue angle of 165º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8768 is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 11 | 135 | 104 | - |
| CMYK | 0.92 | 0 | 0.23 | 0.47 |
| HSL | 165º | 0.85% | 0.29% | - |
| HSV(B) | 165º | 0.92% | 0.53% | - |
| XYZ | 11.3 | 18.4 | 16.05 | - |
| YUV | 94.39 | 133.42 | 68.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 135 | 104 | 0.92 | 0 | 0.23 | 0.47 | 165 | 0.85 | 0.29 |
| Hex | B | 87 | 68 | 5C | 0 | 17 | 2F | A5 | 55 | 1D |
| Octal | 13 | 207 | 150 | 134 | 0 | 27 | 57 | 245 | 125 | 35 |
| Binary | 1011 | 10000111 | 1101000 | 1011100 | 0 | 10111 | 101111 | 10100101 | 1010101 | 11101 |
Color Harmonies of #0B8768
Complementary color
Monochromatic Colors of #0B8768
Black with #0B8768
Text Example
Text Example
White with #0B8768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8768; }
p { color: rgb(11,135,104); }
H1.HeaderClassName
{
color: #0B8768;
}
.AnyTagClassName
{
color: #0B8768;
}
</style>
background-color css
<style>
a { background-color: #0B8768; }
a { background-color: rgb(11,135,104); }
div.DivClassName
{
background-color: #0B8768;
}
.BgClassName
{
background-color: #0B8768;
}
</style>
border-color css
<style>
span { border-color: #0B8768; }
span { border-color: rgb(11,135,104); }
td.TdClassName
{
border-color: #0B8768;
}
.TagClassName
{
border-color: #0B8768;
}
</style>