Shades of Deep Teal #053F36
Tints of Deep Teal #053F36
RGB
CMYK
RGB Variations
Color information
#053F36 (or 0x053F36) is known color: Deep Teal. HEX triplet: 05, 3F and 36. RGB value is (5,63,54). Sum of RGB (Red+Green+Blue) = 5+63+54=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 63 (25% from 255 or 51.64% from 122); Blue value is 54 (21.48% from 255 or 44.26% from 122); Max value from RGB is 63 - color contains mainly: green. Hex color #053F36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053F36 is #FAC0C9. Grayscale: #2C2C2C. Windows color (decimal): -16433354 or 3555077. OLE color: 3555077.
HSL color Cylindrical-coordinate representation of color #053F36: hue angle of 170.69º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053F36 is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 5 | 63 | 54 | - |
| CMYK | 0.92 | 0 | 0.14 | 0.75 |
| HSL | 170.69º | 0.85% | 0.13% | - |
| HSV(B) | 170.69º | 0.92% | 0.25% | - |
| XYZ | 2.51 | 3.85 | 4.1 | - |
| YUV | 44.63 | 133.28 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 63 | 54 | 0.92 | 0 | 0.14 | 0.75 | 170.69 | 0.85 | 0.13 |
| Hex | 5 | 3F | 36 | 5C | 0 | E | 4B | AB | 55 | D |
| Octal | 5 | 77 | 66 | 134 | 0 | 16 | 113 | 253 | 125 | 15 |
| Binary | 101 | 111111 | 110110 | 1011100 | 0 | 1110 | 1001011 | 10101011 | 1010101 | 1101 |
Color Harmonies of #053F36
Complementary color
Monochromatic Colors of #053F36
Black with #053F36
Text Example
Text Example
White with #053F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053F36; }
p { color: rgb(5,63,54); }
H1.HeaderClassName
{
color: #053F36;
}
.AnyTagClassName
{
color: #053F36;
}
</style>
background-color css
<style>
a { background-color: #053F36; }
a { background-color: rgb(5,63,54); }
div.DivClassName
{
background-color: #053F36;
}
.BgClassName
{
background-color: #053F36;
}
</style>
border-color css
<style>
span { border-color: #053F36; }
span { border-color: rgb(5,63,54); }
td.TdClassName
{
border-color: #053F36;
}
.TagClassName
{
border-color: #053F36;
}
</style>