Shades of Deep Teal #0B5141
Tints of Deep Teal #0B5141
RGB
CMYK
RGB Variations
Color information
#0B5141 (or 0x0B5141) is known color: Deep Teal. HEX triplet: 0B, 51 and 41. RGB value is (11,81,65). Sum of RGB (Red+Green+Blue) = 11+81+65=157 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.01% from 157); Green value is 81 (32.03% from 255 or 51.59% from 157); Blue value is 65 (25.78% from 255 or 41.40% from 157); Max value from RGB is 81 - color contains mainly: green. Hex color #0B5141 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5141 is #F4AEBE. Grayscale: #3A3A3A. Windows color (decimal): -16035519 or 4280587. OLE color: 4280587.
HSL color Cylindrical-coordinate representation of color #0B5141: hue angle of 166.29º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B5141 is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 11 | 81 | 65 | - |
| CMYK | 0.86 | 0 | 0.20 | 0.68 |
| HSL | 166.29º | 0.76% | 0.18% | - |
| HSV(B) | 166.29º | 0.86% | 0.32% | - |
| XYZ | 4.03 | 6.34 | 6.01 | - |
| YUV | 58.25 | 131.81 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 81 | 65 | 0.86 | 0 | 0.20 | 0.68 | 166.29 | 0.76 | 0.18 |
| Hex | B | 51 | 41 | 56 | 0 | 14 | 44 | A6 | 4C | 12 |
| Octal | 13 | 121 | 101 | 126 | 0 | 24 | 104 | 246 | 114 | 22 |
| Binary | 1011 | 1010001 | 1000001 | 1010110 | 0 | 10100 | 1000100 | 10100110 | 1001100 | 10010 |
Color Harmonies of #0B5141
Complementary color
Monochromatic Colors of #0B5141
Black with #0B5141
Text Example
Text Example
White with #0B5141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5141; }
p { color: rgb(11,81,65); }
H1.HeaderClassName
{
color: #0B5141;
}
.AnyTagClassName
{
color: #0B5141;
}
</style>
background-color css
<style>
a { background-color: #0B5141; }
a { background-color: rgb(11,81,65); }
div.DivClassName
{
background-color: #0B5141;
}
.BgClassName
{
background-color: #0B5141;
}
</style>
border-color css
<style>
span { border-color: #0B5141; }
span { border-color: rgb(11,81,65); }
td.TdClassName
{
border-color: #0B5141;
}
.TagClassName
{
border-color: #0B5141;
}
</style>