Shades of Deep Teal #054436
Tints of Deep Teal #054436
RGB
CMYK
RGB Variations
Color information
#054436 (or 0x054436) is known color: Deep Teal. HEX triplet: 05, 44 and 36. RGB value is (5,68,54). Sum of RGB (Red+Green+Blue) = 5+68+54=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 68 (26.95% from 255 or 53.54% from 127); Blue value is 54 (21.48% from 255 or 42.52% from 127); Max value from RGB is 68 - color contains mainly: green. Hex color #054436 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054436 is #FABBC9. Grayscale: #2F2F2F. Windows color (decimal): -16432074 or 3556357. OLE color: 3556357.
HSL color Cylindrical-coordinate representation of color #054436: hue angle of 166.67º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054436 is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 68 | 54 | - |
| CMYK | 0.93 | 0 | 0.21 | 0.73 |
| HSL | 166.67º | 0.86% | 0.14% | - |
| HSV(B) | 166.67º | 0.93% | 0.27% | - |
| XYZ | 2.8 | 4.43 | 4.2 | - |
| YUV | 47.57 | 131.63 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 68 | 54 | 0.93 | 0 | 0.21 | 0.73 | 166.67 | 0.86 | 0.14 |
| Hex | 5 | 44 | 36 | 5D | 0 | 15 | 49 | A7 | 56 | E |
| Octal | 5 | 104 | 66 | 135 | 0 | 25 | 111 | 247 | 126 | 16 |
| Binary | 101 | 1000100 | 110110 | 1011101 | 0 | 10101 | 1001001 | 10100111 | 1010110 | 1110 |
Color Harmonies of #054436
Complementary color
Monochromatic Colors of #054436
Black with #054436
Text Example
Text Example
White with #054436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054436; }
p { color: rgb(5,68,54); }
H1.HeaderClassName
{
color: #054436;
}
.AnyTagClassName
{
color: #054436;
}
</style>
background-color css
<style>
a { background-color: #054436; }
a { background-color: rgb(5,68,54); }
div.DivClassName
{
background-color: #054436;
}
.BgClassName
{
background-color: #054436;
}
</style>
border-color css
<style>
span { border-color: #054436; }
span { border-color: rgb(5,68,54); }
td.TdClassName
{
border-color: #054436;
}
.TagClassName
{
border-color: #054436;
}
</style>