Shades of Deep Teal #0B533E
Tints of Deep Teal #0B533E
RGB
CMYK
RGB Variations
Color information
#0B533E (or 0x0B533E) is known color: Deep Teal. HEX triplet: 0B, 53 and 3E. RGB value is (11,83,62). Sum of RGB (Red+Green+Blue) = 11+83+62=156 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.05% from 156); Green value is 83 (32.81% from 255 or 53.21% from 156); Blue value is 62 (24.61% from 255 or 39.74% from 156); Max value from RGB is 83 - color contains mainly: green. Hex color #0B533E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B533E is #F4ACC1. Grayscale: #3B3B3B. Windows color (decimal): -16035010 or 4084491. OLE color: 4084491.
HSL color Cylindrical-coordinate representation of color #0B533E: hue angle of 162.5º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B533E is Cyan = 0.87, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 11 | 83 | 62 | - |
| CMYK | 0.87 | 0 | 0.25 | 0.67 |
| HSL | 162.5º | 0.77% | 0.18% | - |
| HSV(B) | 162.5º | 0.87% | 0.33% | - |
| XYZ | 4.1 | 6.61 | 5.62 | - |
| YUV | 59.08 | 129.65 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 83 | 62 | 0.87 | 0 | 0.25 | 0.67 | 162.5 | 0.77 | 0.18 |
| Hex | B | 53 | 3E | 57 | 0 | 19 | 43 | A2 | 4D | 12 |
| Octal | 13 | 123 | 76 | 127 | 0 | 31 | 103 | 242 | 115 | 22 |
| Binary | 1011 | 1010011 | 111110 | 1010111 | 0 | 11001 | 1000011 | 10100010 | 1001101 | 10010 |
Color Harmonies of #0B533E
Complementary color
Monochromatic Colors of #0B533E
Black with #0B533E
Text Example
Text Example
White with #0B533E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B533E; }
p { color: rgb(11,83,62); }
H1.HeaderClassName
{
color: #0B533E;
}
.AnyTagClassName
{
color: #0B533E;
}
</style>
background-color css
<style>
a { background-color: #0B533E; }
a { background-color: rgb(11,83,62); }
div.DivClassName
{
background-color: #0B533E;
}
.BgClassName
{
background-color: #0B533E;
}
</style>
border-color css
<style>
span { border-color: #0B533E; }
span { border-color: rgb(11,83,62); }
td.TdClassName
{
border-color: #0B533E;
}
.TagClassName
{
border-color: #0B533E;
}
</style>