Shades of Deep Teal #053B34
Tints of Deep Teal #053B34
RGB
CMYK
RGB Variations
Color information
#053B34 (or 0x053B34) is known color: Deep Teal. HEX triplet: 05, 3B and 34. RGB value is (5,59,52). Sum of RGB (Red+Green+Blue) = 5+59+52=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 59 (23.44% from 255 or 50.86% from 116); Blue value is 52 (20.70% from 255 or 44.83% from 116); Max value from RGB is 59 - color contains mainly: green. Hex color #053B34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053B34 is #FAC4CB. Grayscale: #2A2A2A. Windows color (decimal): -16434380 or 3422981. OLE color: 3422981.
HSL color Cylindrical-coordinate representation of color #053B34: hue angle of 172.22º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053B34 is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 5 | 59 | 52 | - |
| CMYK | 0.92 | 0 | 0.12 | 0.77 |
| HSL | 172.22º | 0.84% | 0.13% | - |
| HSV(B) | 172.22º | 0.92% | 0.23% | - |
| XYZ | 2.25 | 3.41 | 3.79 | - |
| YUV | 42.06 | 133.61 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 59 | 52 | 0.92 | 0 | 0.12 | 0.77 | 172.22 | 0.84 | 0.13 |
| Hex | 5 | 3B | 34 | 5C | 0 | C | 4D | AC | 54 | D |
| Octal | 5 | 73 | 64 | 134 | 0 | 14 | 115 | 254 | 124 | 15 |
| Binary | 101 | 111011 | 110100 | 1011100 | 0 | 1100 | 1001101 | 10101100 | 1010100 | 1101 |
Color Harmonies of #053B34
Complementary color
Monochromatic Colors of #053B34
Black with #053B34
Text Example
Text Example
White with #053B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053B34; }
p { color: rgb(5,59,52); }
H1.HeaderClassName
{
color: #053B34;
}
.AnyTagClassName
{
color: #053B34;
}
</style>
background-color css
<style>
a { background-color: #053B34; }
a { background-color: rgb(5,59,52); }
div.DivClassName
{
background-color: #053B34;
}
.BgClassName
{
background-color: #053B34;
}
</style>
border-color css
<style>
span { border-color: #053B34; }
span { border-color: rgb(5,59,52); }
td.TdClassName
{
border-color: #053B34;
}
.TagClassName
{
border-color: #053B34;
}
</style>