Shades of Deep Teal #053C35
Tints of Deep Teal #053C35
RGB
CMYK
RGB Variations
Color information
#053C35 (or 0x053C35) is known color: Deep Teal. HEX triplet: 05, 3C and 35. RGB value is (5,60,53). Sum of RGB (Red+Green+Blue) = 5+60+53=118 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.24% from 118); Green value is 60 (23.83% from 255 or 50.85% from 118); Blue value is 53 (21.09% from 255 or 44.92% from 118); Max value from RGB is 60 - color contains mainly: green. Hex color #053C35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053C35 is #FAC3CA. Grayscale: #2A2A2A. Windows color (decimal): -16434123 or 3488773. OLE color: 3488773.
HSL color Cylindrical-coordinate representation of color #053C35: hue angle of 172.36º 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 #053C35 is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 60 | 53 | - |
| CMYK | 0.92 | 0 | 0.12 | 0.76 |
| HSL | 172.36º | 0.85% | 0.13% | - |
| HSV(B) | 172.36º | 0.92% | 0.24% | - |
| XYZ | 2.32 | 3.52 | 3.93 | - |
| YUV | 42.76 | 133.78 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 60 | 53 | 0.92 | 0 | 0.12 | 0.76 | 172.36 | 0.85 | 0.13 |
| Hex | 5 | 3C | 35 | 5C | 0 | C | 4C | AC | 55 | D |
| Octal | 5 | 74 | 65 | 134 | 0 | 14 | 114 | 254 | 125 | 15 |
| Binary | 101 | 111100 | 110101 | 1011100 | 0 | 1100 | 1001100 | 10101100 | 1010101 | 1101 |
Color Harmonies of #053C35
Complementary color
Monochromatic Colors of #053C35
Black with #053C35
Text Example
Text Example
White with #053C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053C35; }
p { color: rgb(5,60,53); }
H1.HeaderClassName
{
color: #053C35;
}
.AnyTagClassName
{
color: #053C35;
}
</style>
background-color css
<style>
a { background-color: #053C35; }
a { background-color: rgb(5,60,53); }
div.DivClassName
{
background-color: #053C35;
}
.BgClassName
{
background-color: #053C35;
}
</style>
border-color css
<style>
span { border-color: #053C35; }
span { border-color: rgb(5,60,53); }
td.TdClassName
{
border-color: #053C35;
}
.TagClassName
{
border-color: #053C35;
}
</style>