Shades of Teal #057F86
Tints of Teal #057F86
RGB
CMYK
RGB Variations
Color information
#057F86 (or 0x057F86) is known color: Teal. HEX triplet: 05, 7F and 86. RGB value is (5,127,134). Sum of RGB (Red+Green+Blue) = 5+127+134=266 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.88% from 266); Green value is 127 (50% from 255 or 47.74% from 266); Blue value is 134 (52.73% from 255 or 50.38% from 266); Max value from RGB is 134 - color contains mainly: blue. Hex color #057F86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057F86 is #FA8079. Grayscale: #5B5B5B. Windows color (decimal): -16416890 or 8814341. OLE color: 8814341.
HSL color Cylindrical-coordinate representation of color #057F86: hue angle of 183.26º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057F86 is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 127 | 134 | - |
| CMYK | 0.96 | 0.05 | 0 | 0.47 |
| HSL | 183.26º | 0.93% | 0.27% | - |
| HSV(B) | 183.26º | 0.96% | 0.53% | - |
| XYZ | 11.96 | 16.93 | 25.19 | - |
| YUV | 91.32 | 152.08 | 66.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 127 | 134 | 0.96 | 0.05 | 0 | 0.47 | 183.26 | 0.93 | 0.27 |
| Hex | 5 | 7F | 86 | 60 | 5 | 0 | 2F | B7 | 5D | 1B |
| Octal | 5 | 177 | 206 | 140 | 5 | 0 | 57 | 267 | 135 | 33 |
| Binary | 101 | 1111111 | 10000110 | 1100000 | 101 | 0 | 101111 | 10110111 | 1011101 | 11011 |
Color Harmonies of #057F86
Complementary color
Monochromatic Colors of #057F86
Black with #057F86
Text Example
Text Example
White with #057F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057F86; }
p { color: rgb(5,127,134); }
H1.HeaderClassName
{
color: #057F86;
}
.AnyTagClassName
{
color: #057F86;
}
</style>
background-color css
<style>
a { background-color: #057F86; }
a { background-color: rgb(5,127,134); }
div.DivClassName
{
background-color: #057F86;
}
.BgClassName
{
background-color: #057F86;
}
</style>
border-color css
<style>
span { border-color: #057F86; }
span { border-color: rgb(5,127,134); }
td.TdClassName
{
border-color: #057F86;
}
.TagClassName
{
border-color: #057F86;
}
</style>