Shades of Deep Teal #0B503C
Tints of Deep Teal #0B503C
RGB
CMYK
RGB Variations
Color information
#0B503C (or 0x0B503C) is known color: Deep Teal. HEX triplet: 0B, 50 and 3C. RGB value is (11,80,60). Sum of RGB (Red+Green+Blue) = 11+80+60=151 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.28% from 151); Green value is 80 (31.64% from 255 or 52.98% from 151); Blue value is 60 (23.83% from 255 or 39.74% from 151); Max value from RGB is 80 - color contains mainly: green. Hex color #0B503C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B503C is #F4AFC3. Grayscale: #393939. Windows color (decimal): -16035780 or 3952651. OLE color: 3952651.
HSL color Cylindrical-coordinate representation of color #0B503C: hue angle of 162.61º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B503C is Cyan = 0.86, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 11 | 80 | 60 | - |
| CMYK | 0.86 | 0 | 0.25 | 0.69 |
| HSL | 162.61º | 0.76% | 0.18% | - |
| HSV(B) | 162.61º | 0.86% | 0.31% | - |
| XYZ | 3.82 | 6.13 | 5.26 | - |
| YUV | 57.09 | 129.64 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 80 | 60 | 0.86 | 0 | 0.25 | 0.69 | 162.61 | 0.76 | 0.18 |
| Hex | B | 50 | 3C | 56 | 0 | 19 | 45 | A3 | 4C | 12 |
| Octal | 13 | 120 | 74 | 126 | 0 | 31 | 105 | 243 | 114 | 22 |
| Binary | 1011 | 1010000 | 111100 | 1010110 | 0 | 11001 | 1000101 | 10100011 | 1001100 | 10010 |
Color Harmonies of #0B503C
Complementary color
Monochromatic Colors of #0B503C
Black with #0B503C
Text Example
Text Example
White with #0B503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B503C; }
p { color: rgb(11,80,60); }
H1.HeaderClassName
{
color: #0B503C;
}
.AnyTagClassName
{
color: #0B503C;
}
</style>
background-color css
<style>
a { background-color: #0B503C; }
a { background-color: rgb(11,80,60); }
div.DivClassName
{
background-color: #0B503C;
}
.BgClassName
{
background-color: #0B503C;
}
</style>
border-color css
<style>
span { border-color: #0B503C; }
span { border-color: rgb(11,80,60); }
td.TdClassName
{
border-color: #0B503C;
}
.TagClassName
{
border-color: #0B503C;
}
</style>