Shades of Deep Teal #054134
Tints of Deep Teal #054134
RGB
CMYK
RGB Variations
Color information
#054134 (or 0x054134) is known color: Deep Teal. HEX triplet: 05, 41 and 34. RGB value is (5,65,52). Sum of RGB (Red+Green+Blue) = 5+65+52=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 65 (25.78% from 255 or 53.28% from 122); Blue value is 52 (20.70% from 255 or 42.62% from 122); Max value from RGB is 65 - color contains mainly: green. Hex color #054134 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054134 is #FABECB. Grayscale: #2D2D2D. Windows color (decimal): -16432844 or 3424517. OLE color: 3424517.
HSL color Cylindrical-coordinate representation of color #054134: hue angle of 167º 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 #054134 is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 5 | 65 | 52 | - |
| CMYK | 0.92 | 0 | 0.20 | 0.75 |
| HSL | 167º | 0.86% | 0.14% | - |
| HSV(B) | 167º | 0.92% | 0.25% | - |
| XYZ | 2.57 | 4.06 | 3.9 | - |
| YUV | 45.58 | 131.62 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 65 | 52 | 0.92 | 0 | 0.20 | 0.75 | 167 | 0.86 | 0.14 |
| Hex | 5 | 41 | 34 | 5C | 0 | 14 | 4B | A7 | 56 | E |
| Octal | 5 | 101 | 64 | 134 | 0 | 24 | 113 | 247 | 126 | 16 |
| Binary | 101 | 1000001 | 110100 | 1011100 | 0 | 10100 | 1001011 | 10100111 | 1010110 | 1110 |
Color Harmonies of #054134
Complementary color
Monochromatic Colors of #054134
Black with #054134
Text Example
Text Example
White with #054134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054134; }
p { color: rgb(5,65,52); }
H1.HeaderClassName
{
color: #054134;
}
.AnyTagClassName
{
color: #054134;
}
</style>
background-color css
<style>
a { background-color: #054134; }
a { background-color: rgb(5,65,52); }
div.DivClassName
{
background-color: #054134;
}
.BgClassName
{
background-color: #054134;
}
</style>
border-color css
<style>
span { border-color: #054134; }
span { border-color: rgb(5,65,52); }
td.TdClassName
{
border-color: #054134;
}
.TagClassName
{
border-color: #054134;
}
</style>