Shades of Deep Sea #0B8A60
Tints of Deep Sea #0B8A60
RGB
CMYK
RGB Variations
Color information
#0B8A60 (or 0x0B8A60) is known color: Deep Sea. HEX triplet: 0B, 8A and 60. RGB value is (11,138,96). Sum of RGB (Red+Green+Blue) = 11+138+96=245 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.49% from 245); Green value is 138 (54.30% from 255 or 56.33% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 138 - color contains mainly: green. Hex color #0B8A60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8A60 is #F4759F. Grayscale: #5F5F5F. Windows color (decimal): -16020896 or 6326795. OLE color: 6326795.
HSL color Cylindrical-coordinate representation of color #0B8A60: hue angle of 160.16º 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 #0B8A60 is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 11 | 138 | 96 | - |
| CMYK | 0.92 | 0 | 0.30 | 0.46 |
| HSL | 160.16º | 0.85% | 0.29% | - |
| HSV(B) | 160.16º | 0.92% | 0.54% | - |
| XYZ | 11.34 | 19.09 | 14.15 | - |
| YUV | 95.24 | 128.42 | 67.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 138 | 96 | 0.92 | 0 | 0.30 | 0.46 | 160.16 | 0.85 | 0.29 |
| Hex | B | 8A | 60 | 5C | 0 | 1E | 2E | A0 | 55 | 1D |
| Octal | 13 | 212 | 140 | 134 | 0 | 36 | 56 | 240 | 125 | 35 |
| Binary | 1011 | 10001010 | 1100000 | 1011100 | 0 | 11110 | 101110 | 10100000 | 1010101 | 11101 |
Color Harmonies of #0B8A60
Complementary color
Monochromatic Colors of #0B8A60
Black with #0B8A60
Text Example
Text Example
White with #0B8A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8A60; }
p { color: rgb(11,138,96); }
H1.HeaderClassName
{
color: #0B8A60;
}
.AnyTagClassName
{
color: #0B8A60;
}
</style>
background-color css
<style>
a { background-color: #0B8A60; }
a { background-color: rgb(11,138,96); }
div.DivClassName
{
background-color: #0B8A60;
}
.BgClassName
{
background-color: #0B8A60;
}
</style>
border-color css
<style>
span { border-color: #0B8A60; }
span { border-color: rgb(11,138,96); }
td.TdClassName
{
border-color: #0B8A60;
}
.TagClassName
{
border-color: #0B8A60;
}
</style>