Shades of Teal #057780
Tints of Teal #057780
RGB
CMYK
RGB Variations
Color information
#057780 (or 0x057780) is known color: Teal. HEX triplet: 05, 77 and 80. RGB value is (5,119,128). Sum of RGB (Red+Green+Blue) = 5+119+128=252 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 252); Green value is 119 (46.88% from 255 or 47.22% from 252); Blue value is 128 (50.39% from 255 or 50.79% from 252); Max value from RGB is 128 - color contains mainly: blue. Hex color #057780 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057780 is #FA887F. Grayscale: #555555. Windows color (decimal): -16418944 or 8419077. OLE color: 8419077.
HSL color Cylindrical-coordinate representation of color #057780: hue angle of 184.39º 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 #057780 is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 5 | 119 | 128 | - |
| CMYK | 0.96 | 0.07 | 0 | 0.50 |
| HSL | 184.39º | 0.92% | 0.26% | - |
| HSV(B) | 184.39º | 0.96% | 0.5% | - |
| XYZ | 10.56 | 14.78 | 22.72 | - |
| YUV | 85.94 | 151.73 | 70.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 119 | 128 | 0.96 | 0.07 | 0 | 0.50 | 184.39 | 0.92 | 0.26 |
| Hex | 5 | 77 | 80 | 60 | 7 | 0 | 32 | B8 | 5C | 1A |
| Octal | 5 | 167 | 200 | 140 | 7 | 0 | 62 | 270 | 134 | 32 |
| Binary | 101 | 1110111 | 10000000 | 1100000 | 111 | 0 | 110010 | 10111000 | 1011100 | 11010 |
Color Harmonies of #057780
Complementary color
Monochromatic Colors of #057780
Black with #057780
Text Example
Text Example
White with #057780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057780; }
p { color: rgb(5,119,128); }
H1.HeaderClassName
{
color: #057780;
}
.AnyTagClassName
{
color: #057780;
}
</style>
background-color css
<style>
a { background-color: #057780; }
a { background-color: rgb(5,119,128); }
div.DivClassName
{
background-color: #057780;
}
.BgClassName
{
background-color: #057780;
}
</style>
border-color css
<style>
span { border-color: #057780; }
span { border-color: rgb(5,119,128); }
td.TdClassName
{
border-color: #057780;
}
.TagClassName
{
border-color: #057780;
}
</style>