Shades of Deep Teal #054C3B
Tints of Deep Teal #054C3B
RGB
CMYK
RGB Variations
Color information
#054C3B (or 0x054C3B) is known color: Deep Teal. HEX triplet: 05, 4C and 3B. RGB value is (5,76,59). Sum of RGB (Red+Green+Blue) = 5+76+59=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 76 (30.08% from 255 or 54.29% from 140); Blue value is 59 (23.44% from 255 or 42.14% from 140); Max value from RGB is 76 - color contains mainly: green. Hex color #054C3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054C3B is #FAB3C4. Grayscale: #343434. Windows color (decimal): -16430021 or 3886085. OLE color: 3886085.
HSL color Cylindrical-coordinate representation of color #054C3B: hue angle of 165.63º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054C3B is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 76 | 59 | - |
| CMYK | 0.93 | 0 | 0.22 | 0.70 |
| HSL | 165.63º | 0.88% | 0.16% | - |
| HSV(B) | 165.63º | 0.93% | 0.3% | - |
| XYZ | 3.44 | 5.52 | 5.02 | - |
| YUV | 52.83 | 131.48 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 76 | 59 | 0.93 | 0 | 0.22 | 0.70 | 165.63 | 0.88 | 0.16 |
| Hex | 5 | 4C | 3B | 5D | 0 | 16 | 46 | A6 | 58 | 10 |
| Octal | 5 | 114 | 73 | 135 | 0 | 26 | 106 | 246 | 130 | 20 |
| Binary | 101 | 1001100 | 111011 | 1011101 | 0 | 10110 | 1000110 | 10100110 | 1011000 | 10000 |
Color Harmonies of #054C3B
Complementary color
Monochromatic Colors of #054C3B
Black with #054C3B
Text Example
Text Example
White with #054C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054C3B; }
p { color: rgb(5,76,59); }
H1.HeaderClassName
{
color: #054C3B;
}
.AnyTagClassName
{
color: #054C3B;
}
</style>
background-color css
<style>
a { background-color: #054C3B; }
a { background-color: rgb(5,76,59); }
div.DivClassName
{
background-color: #054C3B;
}
.BgClassName
{
background-color: #054C3B;
}
</style>
border-color css
<style>
span { border-color: #054C3B; }
span { border-color: rgb(5,76,59); }
td.TdClassName
{
border-color: #054C3B;
}
.TagClassName
{
border-color: #054C3B;
}
</style>