Shades of Deep Teal #0B5644
Tints of Deep Teal #0B5644
RGB
CMYK
RGB Variations
Color information
#0B5644 (or 0x0B5644) is known color: Deep Teal. HEX triplet: 0B, 56 and 44. RGB value is (11,86,68). Sum of RGB (Red+Green+Blue) = 11+86+68=165 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.67% from 165); Green value is 86 (33.98% from 255 or 52.12% from 165); Blue value is 68 (26.95% from 255 or 41.21% from 165); Max value from RGB is 86 - color contains mainly: green. Hex color #0B5644 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5644 is #F4A9BB. Grayscale: #3D3D3D. Windows color (decimal): -16034236 or 4478475. OLE color: 4478475.
HSL color Cylindrical-coordinate representation of color #0B5644: hue angle of 165.6º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B5644 is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 11 | 86 | 68 | - |
| CMYK | 0.87 | 0 | 0.21 | 0.66 |
| HSL | 165.6º | 0.77% | 0.19% | - |
| HSV(B) | 165.6º | 0.87% | 0.34% | - |
| XYZ | 4.51 | 7.14 | 6.61 | - |
| YUV | 61.52 | 131.65 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 86 | 68 | 0.87 | 0 | 0.21 | 0.66 | 165.6 | 0.77 | 0.19 |
| Hex | B | 56 | 44 | 57 | 0 | 15 | 42 | A6 | 4D | 13 |
| Octal | 13 | 126 | 104 | 127 | 0 | 25 | 102 | 246 | 115 | 23 |
| Binary | 1011 | 1010110 | 1000100 | 1010111 | 0 | 10101 | 1000010 | 10100110 | 1001101 | 10011 |
Color Harmonies of #0B5644
Complementary color
Monochromatic Colors of #0B5644
Black with #0B5644
Text Example
Text Example
White with #0B5644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5644; }
p { color: rgb(11,86,68); }
H1.HeaderClassName
{
color: #0B5644;
}
.AnyTagClassName
{
color: #0B5644;
}
</style>
background-color css
<style>
a { background-color: #0B5644; }
a { background-color: rgb(11,86,68); }
div.DivClassName
{
background-color: #0B5644;
}
.BgClassName
{
background-color: #0B5644;
}
</style>
border-color css
<style>
span { border-color: #0B5644; }
span { border-color: rgb(11,86,68); }
td.TdClassName
{
border-color: #0B5644;
}
.TagClassName
{
border-color: #0B5644;
}
</style>