Shades of Deep Teal #054D3D
Tints of Deep Teal #054D3D
RGB
CMYK
RGB Variations
Color information
#054D3D (or 0x054D3D) is known color: Deep Teal. HEX triplet: 05, 4D and 3D. RGB value is (5,77,61). Sum of RGB (Red+Green+Blue) = 5+77+61=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 77 (30.47% from 255 or 53.85% from 143); Blue value is 61 (24.22% from 255 or 42.66% from 143); Max value from RGB is 77 - color contains mainly: green. Hex color #054D3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #054D3D is #FAB2C2. Grayscale: #353535. Windows color (decimal): -16429763 or 4017413. OLE color: 4017413.
HSL color Cylindrical-coordinate representation of color #054D3D: hue angle of 166.67º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054D3D is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 77 | 61 | - |
| CMYK | 0.94 | 0 | 0.21 | 0.70 |
| HSL | 166.67º | 0.88% | 0.16% | - |
| HSV(B) | 166.67º | 0.94% | 0.3% | - |
| XYZ | 3.56 | 5.68 | 5.32 | - |
| YUV | 53.65 | 132.15 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 77 | 61 | 0.94 | 0 | 0.21 | 0.70 | 166.67 | 0.88 | 0.16 |
| Hex | 5 | 4D | 3D | 5E | 0 | 15 | 46 | A7 | 58 | 10 |
| Octal | 5 | 115 | 75 | 136 | 0 | 25 | 106 | 247 | 130 | 20 |
| Binary | 101 | 1001101 | 111101 | 1011110 | 0 | 10101 | 1000110 | 10100111 | 1011000 | 10000 |
Color Harmonies of #054D3D
Complementary color
Monochromatic Colors of #054D3D
Black with #054D3D
Text Example
Text Example
White with #054D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054D3D; }
p { color: rgb(5,77,61); }
H1.HeaderClassName
{
color: #054D3D;
}
.AnyTagClassName
{
color: #054D3D;
}
</style>
background-color css
<style>
a { background-color: #054D3D; }
a { background-color: rgb(5,77,61); }
div.DivClassName
{
background-color: #054D3D;
}
.BgClassName
{
background-color: #054D3D;
}
</style>
border-color css
<style>
span { border-color: #054D3D; }
span { border-color: rgb(5,77,61); }
td.TdClassName
{
border-color: #054D3D;
}
.TagClassName
{
border-color: #054D3D;
}
</style>