Shades of Deep Teal #054836
Tints of Deep Teal #054836
RGB
CMYK
RGB Variations
Color information
#054836 (or 0x054836) is known color: Deep Teal. HEX triplet: 05, 48 and 36. RGB value is (5,72,54). Sum of RGB (Red+Green+Blue) = 5+72+54=131 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.82% from 131); Green value is 72 (28.52% from 255 or 54.96% from 131); Blue value is 54 (21.48% from 255 or 41.22% from 131); Max value from RGB is 72 - color contains mainly: green. Hex color #054836 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054836 is #FAB7C9. Grayscale: #313131. Windows color (decimal): -16431050 or 3557381. OLE color: 3557381.
HSL color Cylindrical-coordinate representation of color #054836: hue angle of 163.88º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054836 is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 5 | 72 | 54 | - |
| CMYK | 0.93 | 0 | 0.25 | 0.72 |
| HSL | 163.88º | 0.87% | 0.15% | - |
| HSV(B) | 163.88º | 0.93% | 0.28% | - |
| XYZ | 3.05 | 4.93 | 4.28 | - |
| YUV | 49.92 | 130.3 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 72 | 54 | 0.93 | 0 | 0.25 | 0.72 | 163.88 | 0.87 | 0.15 |
| Hex | 5 | 48 | 36 | 5D | 0 | 19 | 48 | A4 | 57 | F |
| Octal | 5 | 110 | 66 | 135 | 0 | 31 | 110 | 244 | 127 | 17 |
| Binary | 101 | 1001000 | 110110 | 1011101 | 0 | 11001 | 1001000 | 10100100 | 1010111 | 1111 |
Color Harmonies of #054836
Complementary color
Monochromatic Colors of #054836
Black with #054836
Text Example
Text Example
White with #054836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054836; }
p { color: rgb(5,72,54); }
H1.HeaderClassName
{
color: #054836;
}
.AnyTagClassName
{
color: #054836;
}
</style>
background-color css
<style>
a { background-color: #054836; }
a { background-color: rgb(5,72,54); }
div.DivClassName
{
background-color: #054836;
}
.BgClassName
{
background-color: #054836;
}
</style>
border-color css
<style>
span { border-color: #054836; }
span { border-color: rgb(5,72,54); }
td.TdClassName
{
border-color: #054836;
}
.TagClassName
{
border-color: #054836;
}
</style>