Shades of Deep Teal #0B3730
Tints of Deep Teal #0B3730
RGB
CMYK
RGB Variations
Color information
#0B3730 (or 0x0B3730) is known color: Deep Teal. HEX triplet: 0B, 37 and 30. RGB value is (11,55,48). Sum of RGB (Red+Green+Blue) = 11+55+48=114 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.65% from 114); Green value is 55 (21.88% from 255 or 48.25% from 114); Blue value is 48 (19.14% from 255 or 42.11% from 114); Max value from RGB is 55 - color contains mainly: green. Hex color #0B3730 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3730 is #F4C8CF. Grayscale: #292929. Windows color (decimal): -16042192 or 3159819. OLE color: 3159819.
HSL color Cylindrical-coordinate representation of color #0B3730: hue angle of 170.45º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0B3730 is Cyan = 0.8, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 11 | 55 | 48 | - |
| CMYK | 0.8 | 0 | 0.13 | 0.78 |
| HSL | 170.45º | 0.67% | 0.13% | - |
| HSV(B) | 170.45º | 0.8% | 0.22% | - |
| XYZ | 2.04 | 3.02 | 3.27 | - |
| YUV | 41.05 | 131.92 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 55 | 48 | 0.8 | 0 | 0.13 | 0.78 | 170.45 | 0.67 | 0.13 |
| Hex | B | 37 | 30 | 50 | 0 | D | 4E | AA | 43 | D |
| Octal | 13 | 67 | 60 | 120 | 0 | 15 | 116 | 252 | 103 | 15 |
| Binary | 1011 | 110111 | 110000 | 1010000 | 0 | 1101 | 1001110 | 10101010 | 1000011 | 1101 |
Color Harmonies of #0B3730
Complementary color
Monochromatic Colors of #0B3730
Black with #0B3730
Text Example
Text Example
White with #0B3730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3730; }
p { color: rgb(11,55,48); }
H1.HeaderClassName
{
color: #0B3730;
}
.AnyTagClassName
{
color: #0B3730;
}
</style>
background-color css
<style>
a { background-color: #0B3730; }
a { background-color: rgb(11,55,48); }
div.DivClassName
{
background-color: #0B3730;
}
.BgClassName
{
background-color: #0B3730;
}
</style>
border-color css
<style>
span { border-color: #0B3730; }
span { border-color: rgb(11,55,48); }
td.TdClassName
{
border-color: #0B3730;
}
.TagClassName
{
border-color: #0B3730;
}
</style>