Shades of Deep Teal #0B3A30
Tints of Deep Teal #0B3A30
RGB
CMYK
RGB Variations
Color information
#0B3A30 (or 0x0B3A30) is known color: Deep Teal. HEX triplet: 0B, 3A and 30. RGB value is (11,58,48). Sum of RGB (Red+Green+Blue) = 11+58+48=117 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.40% from 117); Green value is 58 (23.05% from 255 or 49.57% from 117); Blue value is 48 (19.14% from 255 or 41.03% from 117); Max value from RGB is 58 - color contains mainly: green. Hex color #0B3A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3A30 is #F4C5CF. Grayscale: #2A2A2A. Windows color (decimal): -16041424 or 3160587. OLE color: 3160587.
HSL color Cylindrical-coordinate representation of color #0B3A30: hue angle of 167.23º degrees, saturation: 0.68, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0B3A30 is Cyan = 0.81, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 11 | 58 | 48 | - |
| CMYK | 0.81 | 0 | 0.17 | 0.77 |
| HSL | 167.23º | 0.68% | 0.14% | - |
| HSV(B) | 167.23º | 0.81% | 0.23% | - |
| XYZ | 2.18 | 3.31 | 3.32 | - |
| YUV | 42.81 | 130.93 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 58 | 48 | 0.81 | 0 | 0.17 | 0.77 | 167.23 | 0.68 | 0.14 |
| Hex | B | 3A | 30 | 51 | 0 | 11 | 4D | A7 | 44 | E |
| Octal | 13 | 72 | 60 | 121 | 0 | 21 | 115 | 247 | 104 | 16 |
| Binary | 1011 | 111010 | 110000 | 1010001 | 0 | 10001 | 1001101 | 10100111 | 1000100 | 1110 |
Color Harmonies of #0B3A30
Complementary color
Monochromatic Colors of #0B3A30
Black with #0B3A30
Text Example
Text Example
White with #0B3A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3A30; }
p { color: rgb(11,58,48); }
H1.HeaderClassName
{
color: #0B3A30;
}
.AnyTagClassName
{
color: #0B3A30;
}
</style>
background-color css
<style>
a { background-color: #0B3A30; }
a { background-color: rgb(11,58,48); }
div.DivClassName
{
background-color: #0B3A30;
}
.BgClassName
{
background-color: #0B3A30;
}
</style>
border-color css
<style>
span { border-color: #0B3A30; }
span { border-color: rgb(11,58,48); }
td.TdClassName
{
border-color: #0B3A30;
}
.TagClassName
{
border-color: #0B3A30;
}
</style>