Shades of Teal #057C80
Tints of Teal #057C80
RGB
CMYK
RGB Variations
Color information
#057C80 (or 0x057C80) is known color: Teal. HEX triplet: 05, 7C and 80. RGB value is (5,124,128). Sum of RGB (Red+Green+Blue) = 5+124+128=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 124 (48.83% from 255 or 48.25% from 257); Blue value is 128 (50.39% from 255 or 49.81% from 257); Max value from RGB is 128 - color contains mainly: blue. Hex color #057C80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057C80 is #FA837F. Grayscale: #585858. Windows color (decimal): -16417664 or 8420357. OLE color: 8420357.
HSL color Cylindrical-coordinate representation of color #057C80: hue angle of 181.95º 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 #057C80 is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 5 | 124 | 128 | - |
| CMYK | 0.96 | 0.03 | 0 | 0.50 |
| HSL | 181.95º | 0.92% | 0.26% | - |
| HSV(B) | 181.95º | 0.96% | 0.5% | - |
| XYZ | 11.17 | 16.01 | 22.92 | - |
| YUV | 88.88 | 150.08 | 68.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 124 | 128 | 0.96 | 0.03 | 0 | 0.50 | 181.95 | 0.92 | 0.26 |
| Hex | 5 | 7C | 80 | 60 | 3 | 0 | 32 | B6 | 5C | 1A |
| Octal | 5 | 174 | 200 | 140 | 3 | 0 | 62 | 266 | 134 | 32 |
| Binary | 101 | 1111100 | 10000000 | 1100000 | 11 | 0 | 110010 | 10110110 | 1011100 | 11010 |
Color Harmonies of #057C80
Complementary color
Monochromatic Colors of #057C80
Black with #057C80
Text Example
Text Example
White with #057C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057C80; }
p { color: rgb(5,124,128); }
H1.HeaderClassName
{
color: #057C80;
}
.AnyTagClassName
{
color: #057C80;
}
</style>
background-color css
<style>
a { background-color: #057C80; }
a { background-color: rgb(5,124,128); }
div.DivClassName
{
background-color: #057C80;
}
.BgClassName
{
background-color: #057C80;
}
</style>
border-color css
<style>
span { border-color: #057C80; }
span { border-color: rgb(5,124,128); }
td.TdClassName
{
border-color: #057C80;
}
.TagClassName
{
border-color: #057C80;
}
</style>