Shades of Deep Teal #05473A
Tints of Deep Teal #05473A
RGB
CMYK
RGB Variations
Color information
#05473A (or 0x05473A) is known color: Deep Teal. HEX triplet: 05, 47 and 3A. RGB value is (5,71,58). Sum of RGB (Red+Green+Blue) = 5+71+58=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 71 (28.12% from 255 or 52.99% from 134); Blue value is 58 (23.05% from 255 or 43.28% from 134); Max value from RGB is 71 - color contains mainly: green. Hex color #05473A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05473A is #FAB8C5. Grayscale: #313131. Windows color (decimal): -16431302 or 3819269. OLE color: 3819269.
HSL color Cylindrical-coordinate representation of color #05473A: hue angle of 168.18º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05473A is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 5 | 71 | 58 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.72 |
| HSL | 168.18º | 0.87% | 0.15% | - |
| HSV(B) | 168.18º | 0.93% | 0.28% | - |
| XYZ | 3.08 | 4.84 | 4.78 | - |
| YUV | 49.78 | 132.63 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 71 | 58 | 0.93 | 0 | 0.18 | 0.72 | 168.18 | 0.87 | 0.15 |
| Hex | 5 | 47 | 3A | 5D | 0 | 12 | 48 | A8 | 57 | F |
| Octal | 5 | 107 | 72 | 135 | 0 | 22 | 110 | 250 | 127 | 17 |
| Binary | 101 | 1000111 | 111010 | 1011101 | 0 | 10010 | 1001000 | 10101000 | 1010111 | 1111 |
Color Harmonies of #05473A
Complementary color
Monochromatic Colors of #05473A
Black with #05473A
Text Example
Text Example
White with #05473A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05473A; }
p { color: rgb(5,71,58); }
H1.HeaderClassName
{
color: #05473A;
}
.AnyTagClassName
{
color: #05473A;
}
</style>
background-color css
<style>
a { background-color: #05473A; }
a { background-color: rgb(5,71,58); }
div.DivClassName
{
background-color: #05473A;
}
.BgClassName
{
background-color: #05473A;
}
</style>
border-color css
<style>
span { border-color: #05473A; }
span { border-color: rgb(5,71,58); }
td.TdClassName
{
border-color: #05473A;
}
.TagClassName
{
border-color: #05473A;
}
</style>