Shades of Deep Teal #0B523E
Tints of Deep Teal #0B523E
RGB
CMYK
RGB Variations
Color information
#0B523E (or 0x0B523E) is known color: Deep Teal. HEX triplet: 0B, 52 and 3E. RGB value is (11,82,62). Sum of RGB (Red+Green+Blue) = 11+82+62=155 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.10% from 155); Green value is 82 (32.42% from 255 or 52.90% from 155); Blue value is 62 (24.61% from 255 or 40% from 155); Max value from RGB is 82 - color contains mainly: green. Hex color #0B523E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B523E is #F4ADC1. Grayscale: #3A3A3A. Windows color (decimal): -16035266 or 4084235. OLE color: 4084235.
HSL color Cylindrical-coordinate representation of color #0B523E: hue angle of 163.1º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B523E is Cyan = 0.87, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 11 | 82 | 62 | - |
| CMYK | 0.87 | 0 | 0.24 | 0.68 |
| HSL | 163.1º | 0.76% | 0.18% | - |
| HSV(B) | 163.1º | 0.87% | 0.32% | - |
| XYZ | 4.02 | 6.45 | 5.59 | - |
| YUV | 58.49 | 129.98 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 82 | 62 | 0.87 | 0 | 0.24 | 0.68 | 163.1 | 0.76 | 0.18 |
| Hex | B | 52 | 3E | 57 | 0 | 18 | 44 | A3 | 4C | 12 |
| Octal | 13 | 122 | 76 | 127 | 0 | 30 | 104 | 243 | 114 | 22 |
| Binary | 1011 | 1010010 | 111110 | 1010111 | 0 | 11000 | 1000100 | 10100011 | 1001100 | 10010 |
Color Harmonies of #0B523E
Complementary color
Monochromatic Colors of #0B523E
Black with #0B523E
Text Example
Text Example
White with #0B523E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B523E; }
p { color: rgb(11,82,62); }
H1.HeaderClassName
{
color: #0B523E;
}
.AnyTagClassName
{
color: #0B523E;
}
</style>
background-color css
<style>
a { background-color: #0B523E; }
a { background-color: rgb(11,82,62); }
div.DivClassName
{
background-color: #0B523E;
}
.BgClassName
{
background-color: #0B523E;
}
</style>
border-color css
<style>
span { border-color: #0B523E; }
span { border-color: rgb(11,82,62); }
td.TdClassName
{
border-color: #0B523E;
}
.TagClassName
{
border-color: #0B523E;
}
</style>