Shades of Deep Teal #053C33
Tints of Deep Teal #053C33
RGB
CMYK
RGB Variations
Color information
#053C33 (or 0x053C33) is known color: Deep Teal. HEX triplet: 05, 3C and 33. RGB value is (5,60,51). Sum of RGB (Red+Green+Blue) = 5+60+51=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 60 (23.83% from 255 or 51.72% from 116); Blue value is 51 (20.31% from 255 or 43.97% from 116); Max value from RGB is 60 - color contains mainly: green. Hex color #053C33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053C33 is #FAC3CC. Grayscale: #2A2A2A. Windows color (decimal): -16434125 or 3357701. OLE color: 3357701.
HSL color Cylindrical-coordinate representation of color #053C33: hue angle of 170.18º 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 #053C33 is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 60 | 51 | - |
| CMYK | 0.92 | 0 | 0.15 | 0.76 |
| HSL | 170.18º | 0.85% | 0.13% | - |
| HSV(B) | 170.18º | 0.92% | 0.24% | - |
| XYZ | 2.28 | 3.5 | 3.69 | - |
| YUV | 42.53 | 132.78 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 60 | 51 | 0.92 | 0 | 0.15 | 0.76 | 170.18 | 0.85 | 0.13 |
| Hex | 5 | 3C | 33 | 5C | 0 | F | 4C | AA | 55 | D |
| Octal | 5 | 74 | 63 | 134 | 0 | 17 | 114 | 252 | 125 | 15 |
| Binary | 101 | 111100 | 110011 | 1011100 | 0 | 1111 | 1001100 | 10101010 | 1010101 | 1101 |
Color Harmonies of #053C33
Complementary color
Monochromatic Colors of #053C33
Black with #053C33
Text Example
Text Example
White with #053C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053C33; }
p { color: rgb(5,60,51); }
H1.HeaderClassName
{
color: #053C33;
}
.AnyTagClassName
{
color: #053C33;
}
</style>
background-color css
<style>
a { background-color: #053C33; }
a { background-color: rgb(5,60,51); }
div.DivClassName
{
background-color: #053C33;
}
.BgClassName
{
background-color: #053C33;
}
</style>
border-color css
<style>
span { border-color: #053C33; }
span { border-color: rgb(5,60,51); }
td.TdClassName
{
border-color: #053C33;
}
.TagClassName
{
border-color: #053C33;
}
</style>