Shades of Deep Teal #0B4B3C
Tints of Deep Teal #0B4B3C
RGB
CMYK
RGB Variations
Color information
#0B4B3C (or 0x0B4B3C) is known color: Deep Teal. HEX triplet: 0B, 4B and 3C. RGB value is (11,75,60). Sum of RGB (Red+Green+Blue) = 11+75+60=146 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.53% from 146); Green value is 75 (29.69% from 255 or 51.37% from 146); Blue value is 60 (23.83% from 255 or 41.10% from 146); Max value from RGB is 75 - color contains mainly: green. Hex color #0B4B3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4B3C is #F4B4C3. Grayscale: #363636. Windows color (decimal): -16037060 or 3951371. OLE color: 3951371.
HSL color Cylindrical-coordinate representation of color #0B4B3C: hue angle of 165.94º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B4B3C is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 11 | 75 | 60 | - |
| CMYK | 0.85 | 0 | 0.20 | 0.71 |
| HSL | 165.94º | 0.74% | 0.17% | - |
| HSV(B) | 165.94º | 0.85% | 0.29% | - |
| XYZ | 3.47 | 5.43 | 5.14 | - |
| YUV | 54.15 | 131.3 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 75 | 60 | 0.85 | 0 | 0.20 | 0.71 | 165.94 | 0.74 | 0.17 |
| Hex | B | 4B | 3C | 55 | 0 | 14 | 47 | A6 | 4A | 11 |
| Octal | 13 | 113 | 74 | 125 | 0 | 24 | 107 | 246 | 112 | 21 |
| Binary | 1011 | 1001011 | 111100 | 1010101 | 0 | 10100 | 1000111 | 10100110 | 1001010 | 10001 |
Color Harmonies of #0B4B3C
Complementary color
Monochromatic Colors of #0B4B3C
Black with #0B4B3C
Text Example
Text Example
White with #0B4B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4B3C; }
p { color: rgb(11,75,60); }
H1.HeaderClassName
{
color: #0B4B3C;
}
.AnyTagClassName
{
color: #0B4B3C;
}
</style>
background-color css
<style>
a { background-color: #0B4B3C; }
a { background-color: rgb(11,75,60); }
div.DivClassName
{
background-color: #0B4B3C;
}
.BgClassName
{
background-color: #0B4B3C;
}
</style>
border-color css
<style>
span { border-color: #0B4B3C; }
span { border-color: rgb(11,75,60); }
td.TdClassName
{
border-color: #0B4B3C;
}
.TagClassName
{
border-color: #0B4B3C;
}
</style>