Shades of Teal #057A8E
Tints of Teal #057A8E
RGB
CMYK
RGB Variations
Color information
#057A8E (or 0x057A8E) is known color: Teal. HEX triplet: 05, 7A and 8E. RGB value is (5,122,142). Sum of RGB (Red+Green+Blue) = 5+122+142=269 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.86% from 269); Green value is 122 (48.05% from 255 or 45.35% from 269); Blue value is 142 (55.86% from 255 or 52.79% from 269); Max value from RGB is 142 - color contains mainly: blue. Hex color #057A8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057A8E is #FA8571. Grayscale: #595959. Windows color (decimal): -16418162 or 9337349. OLE color: 9337349.
HSL color Cylindrical-coordinate representation of color #057A8E: hue angle of 188.76º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057A8E is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 122 | 142 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.44 |
| HSL | 188.76º | 0.93% | 0.29% | - |
| HSV(B) | 188.76º | 0.96% | 0.56% | - |
| XYZ | 11.9 | 15.9 | 28.03 | - |
| YUV | 89.3 | 157.74 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 122 | 142 | 0.96 | 0.14 | 0 | 0.44 | 188.76 | 0.93 | 0.29 |
| Hex | 5 | 7A | 8E | 60 | E | 0 | 2C | BD | 5D | 1D |
| Octal | 5 | 172 | 216 | 140 | 16 | 0 | 54 | 275 | 135 | 35 |
| Binary | 101 | 1111010 | 10001110 | 1100000 | 1110 | 0 | 101100 | 10111101 | 1011101 | 11101 |
Color Harmonies of #057A8E
Complementary color
Monochromatic Colors of #057A8E
Black with #057A8E
Text Example
Text Example
White with #057A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057A8E; }
p { color: rgb(5,122,142); }
H1.HeaderClassName
{
color: #057A8E;
}
.AnyTagClassName
{
color: #057A8E;
}
</style>
background-color css
<style>
a { background-color: #057A8E; }
a { background-color: rgb(5,122,142); }
div.DivClassName
{
background-color: #057A8E;
}
.BgClassName
{
background-color: #057A8E;
}
</style>
border-color css
<style>
span { border-color: #057A8E; }
span { border-color: rgb(5,122,142); }
td.TdClassName
{
border-color: #057A8E;
}
.TagClassName
{
border-color: #057A8E;
}
</style>