Shades of Deep Teal #054F3C
Tints of Deep Teal #054F3C
RGB
CMYK
RGB Variations
Color information
#054F3C (or 0x054F3C) is known color: Deep Teal. HEX triplet: 05, 4F and 3C. RGB value is (5,79,60). Sum of RGB (Red+Green+Blue) = 5+79+60=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 79 (31.25% from 255 or 54.86% from 144); Blue value is 60 (23.83% from 255 or 41.67% from 144); Max value from RGB is 79 - color contains mainly: green. Hex color #054F3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #054F3C is #FAB0C3. Grayscale: #363636. Windows color (decimal): -16429252 or 3952389. OLE color: 3952389.
HSL color Cylindrical-coordinate representation of color #054F3C: hue angle of 164.59º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054F3C is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 79 | 60 | - |
| CMYK | 0.94 | 0 | 0.24 | 0.69 |
| HSL | 164.59º | 0.88% | 0.16% | - |
| HSV(B) | 164.59º | 0.94% | 0.31% | - |
| XYZ | 3.67 | 5.95 | 5.23 | - |
| YUV | 54.71 | 130.98 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 79 | 60 | 0.94 | 0 | 0.24 | 0.69 | 164.59 | 0.88 | 0.16 |
| Hex | 5 | 4F | 3C | 5E | 0 | 18 | 45 | A5 | 58 | 10 |
| Octal | 5 | 117 | 74 | 136 | 0 | 30 | 105 | 245 | 130 | 20 |
| Binary | 101 | 1001111 | 111100 | 1011110 | 0 | 11000 | 1000101 | 10100101 | 1011000 | 10000 |
Color Harmonies of #054F3C
Complementary color
Monochromatic Colors of #054F3C
Black with #054F3C
Text Example
Text Example
White with #054F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054F3C; }
p { color: rgb(5,79,60); }
H1.HeaderClassName
{
color: #054F3C;
}
.AnyTagClassName
{
color: #054F3C;
}
</style>
background-color css
<style>
a { background-color: #054F3C; }
a { background-color: rgb(5,79,60); }
div.DivClassName
{
background-color: #054F3C;
}
.BgClassName
{
background-color: #054F3C;
}
</style>
border-color css
<style>
span { border-color: #054F3C; }
span { border-color: rgb(5,79,60); }
td.TdClassName
{
border-color: #054F3C;
}
.TagClassName
{
border-color: #054F3C;
}
</style>