Shades of Deep Teal #0B4C40
Tints of Deep Teal #0B4C40
RGB
CMYK
RGB Variations
Color information
#0B4C40 (or 0x0B4C40) is known color: Deep Teal. HEX triplet: 0B, 4C and 40. RGB value is (11,76,64). Sum of RGB (Red+Green+Blue) = 11+76+64=151 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.28% from 151); Green value is 76 (30.08% from 255 or 50.33% from 151); Blue value is 64 (25.39% from 255 or 42.38% from 151); Max value from RGB is 76 - color contains mainly: green. Hex color #0B4C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4C40 is #F4B3BF. Grayscale: #373737. Windows color (decimal): -16036800 or 4213771. OLE color: 4213771.
HSL color Cylindrical-coordinate representation of color #0B4C40: hue angle of 168.92º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B4C40 is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 11 | 76 | 64 | - |
| CMYK | 0.86 | 0 | 0.16 | 0.70 |
| HSL | 168.92º | 0.75% | 0.17% | - |
| HSV(B) | 168.92º | 0.86% | 0.3% | - |
| XYZ | 3.65 | 5.61 | 5.74 | - |
| YUV | 55.2 | 132.97 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 76 | 64 | 0.86 | 0 | 0.16 | 0.70 | 168.92 | 0.75 | 0.17 |
| Hex | B | 4C | 40 | 56 | 0 | 10 | 46 | A9 | 4B | 11 |
| Octal | 13 | 114 | 100 | 126 | 0 | 20 | 106 | 251 | 113 | 21 |
| Binary | 1011 | 1001100 | 1000000 | 1010110 | 0 | 10000 | 1000110 | 10101001 | 1001011 | 10001 |
Color Harmonies of #0B4C40
Complementary color
Monochromatic Colors of #0B4C40
Black with #0B4C40
Text Example
Text Example
White with #0B4C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4C40; }
p { color: rgb(11,76,64); }
H1.HeaderClassName
{
color: #0B4C40;
}
.AnyTagClassName
{
color: #0B4C40;
}
</style>
background-color css
<style>
a { background-color: #0B4C40; }
a { background-color: rgb(11,76,64); }
div.DivClassName
{
background-color: #0B4C40;
}
.BgClassName
{
background-color: #0B4C40;
}
</style>
border-color css
<style>
span { border-color: #0B4C40; }
span { border-color: rgb(11,76,64); }
td.TdClassName
{
border-color: #0B4C40;
}
.TagClassName
{
border-color: #0B4C40;
}
</style>