Shades of Teal #057E7E
Tints of Teal #057E7E
RGB
CMYK
RGB Variations
Color information
#057E7E (or 0x057E7E) is known color: Teal. HEX triplet: 05, 7E and 7E. RGB value is (5,126,126). Sum of RGB (Red+Green+Blue) = 5+126+126=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 126 (49.61% from 255 or 49.03% from 257); Blue value is 126 (49.61% from 255 or 49.03% from 257); Max value from RGB is 126 - color contains mainly: green, blue. Hex color #057E7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057E7E is #FA8181. Grayscale: #595959. Windows color (decimal): -16417154 or 8289797. OLE color: 8289797.
HSL color Cylindrical-coordinate representation of color #057E7E: hue angle of 180º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057E7E is Cyan = 0.96, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 126 | 126 | - |
| CMYK | 0.96 | 0 | 0 | 0.51 |
| HSL | 180º | 0.92% | 0.26% | - |
| HSV(B) | 180º | 0.96% | 0.49% | - |
| XYZ | 11.29 | 16.46 | 22.32 | - |
| YUV | 89.82 | 148.41 | 67.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 126 | 126 | 0.96 | 0 | 0 | 0.51 | 180 | 0.92 | 0.26 |
| Hex | 5 | 7E | 7E | 60 | 0 | 0 | 33 | B4 | 5C | 1A |
| Octal | 5 | 176 | 176 | 140 | 0 | 0 | 63 | 264 | 134 | 32 |
| Binary | 101 | 1111110 | 1111110 | 1100000 | 0 | 0 | 110011 | 10110100 | 1011100 | 11010 |
Color Harmonies of #057E7E
Complementary color
Monochromatic Colors of #057E7E
Black with #057E7E
Text Example
Text Example
White with #057E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057E7E; }
p { color: rgb(5,126,126); }
H1.HeaderClassName
{
color: #057E7E;
}
.AnyTagClassName
{
color: #057E7E;
}
</style>
background-color css
<style>
a { background-color: #057E7E; }
a { background-color: rgb(5,126,126); }
div.DivClassName
{
background-color: #057E7E;
}
.BgClassName
{
background-color: #057E7E;
}
</style>
border-color css
<style>
span { border-color: #057E7E; }
span { border-color: rgb(5,126,126); }
td.TdClassName
{
border-color: #057E7E;
}
.TagClassName
{
border-color: #057E7E;
}
</style>