Shades of Deep Teal #053E35
Tints of Deep Teal #053E35
RGB
CMYK
RGB Variations
Color information
#053E35 (or 0x053E35) is known color: Deep Teal. HEX triplet: 05, 3E and 35. RGB value is (5,62,53). Sum of RGB (Red+Green+Blue) = 5+62+53=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 62 (24.61% from 255 or 51.67% from 120); Blue value is 53 (21.09% from 255 or 44.17% from 120); Max value from RGB is 62 - color contains mainly: green. Hex color #053E35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053E35 is #FAC1CA. Grayscale: #2B2B2B. Windows color (decimal): -16433611 or 3489285. OLE color: 3489285.
HSL color Cylindrical-coordinate representation of color #053E35: hue angle of 170.53º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053E35 is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 62 | 53 | - |
| CMYK | 0.92 | 0 | 0.15 | 0.76 |
| HSL | 170.53º | 0.85% | 0.13% | - |
| HSV(B) | 170.53º | 0.92% | 0.24% | - |
| XYZ | 2.43 | 3.73 | 3.96 | - |
| YUV | 43.93 | 133.12 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 62 | 53 | 0.92 | 0 | 0.15 | 0.76 | 170.53 | 0.85 | 0.13 |
| Hex | 5 | 3E | 35 | 5C | 0 | F | 4C | AB | 55 | D |
| Octal | 5 | 76 | 65 | 134 | 0 | 17 | 114 | 253 | 125 | 15 |
| Binary | 101 | 111110 | 110101 | 1011100 | 0 | 1111 | 1001100 | 10101011 | 1010101 | 1101 |
Color Harmonies of #053E35
Complementary color
Monochromatic Colors of #053E35
Black with #053E35
Text Example
Text Example
White with #053E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053E35; }
p { color: rgb(5,62,53); }
H1.HeaderClassName
{
color: #053E35;
}
.AnyTagClassName
{
color: #053E35;
}
</style>
background-color css
<style>
a { background-color: #053E35; }
a { background-color: rgb(5,62,53); }
div.DivClassName
{
background-color: #053E35;
}
.BgClassName
{
background-color: #053E35;
}
</style>
border-color css
<style>
span { border-color: #053E35; }
span { border-color: rgb(5,62,53); }
td.TdClassName
{
border-color: #053E35;
}
.TagClassName
{
border-color: #053E35;
}
</style>