Shades of Deep Teal #054937
Tints of Deep Teal #054937
RGB
CMYK
RGB Variations
Color information
#054937 (or 0x054937) is known color: Deep Teal. HEX triplet: 05, 49 and 37. RGB value is (5,73,55). Sum of RGB (Red+Green+Blue) = 5+73+55=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 73 (28.91% from 255 or 54.89% from 133); Blue value is 55 (21.88% from 255 or 41.35% from 133); Max value from RGB is 73 - color contains mainly: green. Hex color #054937 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054937 is #FAB6C8. Grayscale: #323232. Windows color (decimal): -16430793 or 3623173. OLE color: 3623173.
HSL color Cylindrical-coordinate representation of color #054937: hue angle of 164.12º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054937 is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 73 | 55 | - |
| CMYK | 0.93 | 0 | 0.25 | 0.71 |
| HSL | 164.12º | 0.87% | 0.15% | - |
| HSV(B) | 164.12º | 0.93% | 0.29% | - |
| XYZ | 3.13 | 5.07 | 4.43 | - |
| YUV | 50.62 | 130.47 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 73 | 55 | 0.93 | 0 | 0.25 | 0.71 | 164.12 | 0.87 | 0.15 |
| Hex | 5 | 49 | 37 | 5D | 0 | 19 | 47 | A4 | 57 | F |
| Octal | 5 | 111 | 67 | 135 | 0 | 31 | 107 | 244 | 127 | 17 |
| Binary | 101 | 1001001 | 110111 | 1011101 | 0 | 11001 | 1000111 | 10100100 | 1010111 | 1111 |
Color Harmonies of #054937
Complementary color
Monochromatic Colors of #054937
Black with #054937
Text Example
Text Example
White with #054937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054937; }
p { color: rgb(5,73,55); }
H1.HeaderClassName
{
color: #054937;
}
.AnyTagClassName
{
color: #054937;
}
</style>
background-color css
<style>
a { background-color: #054937; }
a { background-color: rgb(5,73,55); }
div.DivClassName
{
background-color: #054937;
}
.BgClassName
{
background-color: #054937;
}
</style>
border-color css
<style>
span { border-color: #054937; }
span { border-color: rgb(5,73,55); }
td.TdClassName
{
border-color: #054937;
}
.TagClassName
{
border-color: #054937;
}
</style>