Shades of Teal #057A7F
Tints of Teal #057A7F
RGB
CMYK
RGB Variations
Color information
#057A7F (or 0x057A7F) is known color: Teal. HEX triplet: 05, 7A and 7F. RGB value is (5,122,127). Sum of RGB (Red+Green+Blue) = 5+122+127=254 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.97% from 254); Green value is 122 (48.05% from 255 or 48.03% from 254); Blue value is 127 (50% from 255 or 50% from 254); Max value from RGB is 127 - color contains mainly: blue. Hex color #057A7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057A7F is #FA8580. Grayscale: #575757. Windows color (decimal): -16418177 or 8354309. OLE color: 8354309.
HSL color Cylindrical-coordinate representation of color #057A7F: hue angle of 182.46º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057A7F is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 5 | 122 | 127 | - |
| CMYK | 0.96 | 0.04 | 0 | 0.50 |
| HSL | 182.46º | 0.92% | 0.26% | - |
| HSV(B) | 182.46º | 0.96% | 0.5% | - |
| XYZ | 10.85 | 15.48 | 22.5 | - |
| YUV | 87.59 | 150.24 | 69.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 122 | 127 | 0.96 | 0.04 | 0 | 0.50 | 182.46 | 0.92 | 0.26 |
| Hex | 5 | 7A | 7F | 60 | 4 | 0 | 32 | B6 | 5C | 1A |
| Octal | 5 | 172 | 177 | 140 | 4 | 0 | 62 | 266 | 134 | 32 |
| Binary | 101 | 1111010 | 1111111 | 1100000 | 100 | 0 | 110010 | 10110110 | 1011100 | 11010 |
Color Harmonies of #057A7F
Complementary color
Monochromatic Colors of #057A7F
Black with #057A7F
Text Example
Text Example
White with #057A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057A7F; }
p { color: rgb(5,122,127); }
H1.HeaderClassName
{
color: #057A7F;
}
.AnyTagClassName
{
color: #057A7F;
}
</style>
background-color css
<style>
a { background-color: #057A7F; }
a { background-color: rgb(5,122,127); }
div.DivClassName
{
background-color: #057A7F;
}
.BgClassName
{
background-color: #057A7F;
}
</style>
border-color css
<style>
span { border-color: #057A7F; }
span { border-color: rgb(5,122,127); }
td.TdClassName
{
border-color: #057A7F;
}
.TagClassName
{
border-color: #057A7F;
}
</style>