Shades of Deep Teal #0B3A2F
Tints of Deep Teal #0B3A2F
RGB
CMYK
RGB Variations
Color information
#0B3A2F (or 0x0B3A2F) is known color: Deep Teal. HEX triplet: 0B, 3A and 2F. RGB value is (11,58,47). Sum of RGB (Red+Green+Blue) = 11+58+47=116 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.48% from 116); Green value is 58 (23.05% from 255 or 50% from 116); Blue value is 47 (18.75% from 255 or 40.52% from 116); Max value from RGB is 58 - color contains mainly: green. Hex color #0B3A2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3A2F is #F4C5D0. Grayscale: #2A2A2A. Windows color (decimal): -16041425 or 3095051. OLE color: 3095051.
HSL color Cylindrical-coordinate representation of color #0B3A2F: hue angle of 165.96º 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 #0B3A2F is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 11 | 58 | 47 | - |
| CMYK | 0.81 | 0 | 0.19 | 0.77 |
| HSL | 165.96º | 0.68% | 0.14% | - |
| HSV(B) | 165.96º | 0.81% | 0.23% | - |
| XYZ | 2.16 | 3.3 | 3.21 | - |
| YUV | 42.69 | 130.43 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 58 | 47 | 0.81 | 0 | 0.19 | 0.77 | 165.96 | 0.68 | 0.14 |
| Hex | B | 3A | 2F | 51 | 0 | 13 | 4D | A6 | 44 | E |
| Octal | 13 | 72 | 57 | 121 | 0 | 23 | 115 | 246 | 104 | 16 |
| Binary | 1011 | 111010 | 101111 | 1010001 | 0 | 10011 | 1001101 | 10100110 | 1000100 | 1110 |
Color Harmonies of #0B3A2F
Complementary color
Monochromatic Colors of #0B3A2F
Black with #0B3A2F
Text Example
Text Example
White with #0B3A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3A2F; }
p { color: rgb(11,58,47); }
H1.HeaderClassName
{
color: #0B3A2F;
}
.AnyTagClassName
{
color: #0B3A2F;
}
</style>
background-color css
<style>
a { background-color: #0B3A2F; }
a { background-color: rgb(11,58,47); }
div.DivClassName
{
background-color: #0B3A2F;
}
.BgClassName
{
background-color: #0B3A2F;
}
</style>
border-color css
<style>
span { border-color: #0B3A2F; }
span { border-color: rgb(11,58,47); }
td.TdClassName
{
border-color: #0B3A2F;
}
.TagClassName
{
border-color: #0B3A2F;
}
</style>