Shades of Deep Teal #054033
Tints of Deep Teal #054033
RGB
CMYK
RGB Variations
Color information
#054033 (or 0x054033) is known color: Deep Teal. HEX triplet: 05, 40 and 33. RGB value is (5,64,51). Sum of RGB (Red+Green+Blue) = 5+64+51=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 64 (25.39% from 255 or 53.33% from 120); Blue value is 51 (20.31% from 255 or 42.5% from 120); Max value from RGB is 64 - color contains mainly: green. Hex color #054033 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054033 is #FABFCC. Grayscale: #2C2C2C. Windows color (decimal): -16433101 or 3358725. OLE color: 3358725.
HSL color Cylindrical-coordinate representation of color #054033: hue angle of 166.78º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #054033 is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 5 | 64 | 51 | - |
| CMYK | 0.92 | 0 | 0.20 | 0.75 |
| HSL | 166.78º | 0.86% | 0.14% | - |
| HSV(B) | 166.78º | 0.92% | 0.25% | - |
| XYZ | 2.49 | 3.94 | 3.76 | - |
| YUV | 44.88 | 131.45 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 64 | 51 | 0.92 | 0 | 0.20 | 0.75 | 166.78 | 0.86 | 0.14 |
| Hex | 5 | 40 | 33 | 5C | 0 | 14 | 4B | A7 | 56 | E |
| Octal | 5 | 100 | 63 | 134 | 0 | 24 | 113 | 247 | 126 | 16 |
| Binary | 101 | 1000000 | 110011 | 1011100 | 0 | 10100 | 1001011 | 10100111 | 1010110 | 1110 |
Color Harmonies of #054033
Complementary color
Monochromatic Colors of #054033
Black with #054033
Text Example
Text Example
White with #054033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054033; }
p { color: rgb(5,64,51); }
H1.HeaderClassName
{
color: #054033;
}
.AnyTagClassName
{
color: #054033;
}
</style>
background-color css
<style>
a { background-color: #054033; }
a { background-color: rgb(5,64,51); }
div.DivClassName
{
background-color: #054033;
}
.BgClassName
{
background-color: #054033;
}
</style>
border-color css
<style>
span { border-color: #054033; }
span { border-color: rgb(5,64,51); }
td.TdClassName
{
border-color: #054033;
}
.TagClassName
{
border-color: #054033;
}
</style>