Shades of Deep Teal #0B4034
Tints of Deep Teal #0B4034
RGB
CMYK
RGB Variations
Color information
#0B4034 (or 0x0B4034) is known color: Deep Teal. HEX triplet: 0B, 40 and 34. RGB value is (11,64,52). Sum of RGB (Red+Green+Blue) = 11+64+52=127 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.66% from 127); Green value is 64 (25.39% from 255 or 50.39% from 127); Blue value is 52 (20.70% from 255 or 40.94% from 127); Max value from RGB is 64 - color contains mainly: green. Hex color #0B4034 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4034 is #F4BFCB. Grayscale: #2E2E2E. Windows color (decimal): -16039884 or 3424267. OLE color: 3424267.
HSL color Cylindrical-coordinate representation of color #0B4034: hue angle of 166.42º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0B4034 is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 11 | 64 | 52 | - |
| CMYK | 0.83 | 0 | 0.19 | 0.75 |
| HSL | 166.42º | 0.71% | 0.15% | - |
| HSV(B) | 166.42º | 0.83% | 0.25% | - |
| XYZ | 2.59 | 3.99 | 3.88 | - |
| YUV | 46.79 | 130.94 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 64 | 52 | 0.83 | 0 | 0.19 | 0.75 | 166.42 | 0.71 | 0.15 |
| Hex | B | 40 | 34 | 53 | 0 | 13 | 4B | A6 | 47 | F |
| Octal | 13 | 100 | 64 | 123 | 0 | 23 | 113 | 246 | 107 | 17 |
| Binary | 1011 | 1000000 | 110100 | 1010011 | 0 | 10011 | 1001011 | 10100110 | 1000111 | 1111 |
Color Harmonies of #0B4034
Complementary color
Monochromatic Colors of #0B4034
Black with #0B4034
Text Example
Text Example
White with #0B4034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4034; }
p { color: rgb(11,64,52); }
H1.HeaderClassName
{
color: #0B4034;
}
.AnyTagClassName
{
color: #0B4034;
}
</style>
background-color css
<style>
a { background-color: #0B4034; }
a { background-color: rgb(11,64,52); }
div.DivClassName
{
background-color: #0B4034;
}
.BgClassName
{
background-color: #0B4034;
}
</style>
border-color css
<style>
span { border-color: #0B4034; }
span { border-color: rgb(11,64,52); }
td.TdClassName
{
border-color: #0B4034;
}
.TagClassName
{
border-color: #0B4034;
}
</style>