Shades of Teal #057B86
Tints of Teal #057B86
RGB
CMYK
RGB Variations
Color information
#057B86 (or 0x057B86) is known color: Teal. HEX triplet: 05, 7B and 86. RGB value is (5,123,134). Sum of RGB (Red+Green+Blue) = 5+123+134=262 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.91% from 262); Green value is 123 (48.44% from 255 or 46.95% from 262); Blue value is 134 (52.73% from 255 or 51.15% from 262); Max value from RGB is 134 - color contains mainly: blue. Hex color #057B86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057B86 is #FA8479. Grayscale: #585858. Windows color (decimal): -16417914 or 8813317. OLE color: 8813317.
HSL color Cylindrical-coordinate representation of color #057B86: hue angle of 185.12º 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 #057B86 is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 123 | 134 | - |
| CMYK | 0.96 | 0.08 | 0 | 0.47 |
| HSL | 185.12º | 0.93% | 0.27% | - |
| HSV(B) | 185.12º | 0.96% | 0.53% | - |
| XYZ | 11.45 | 15.92 | 25.02 | - |
| YUV | 88.97 | 153.41 | 68.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 123 | 134 | 0.96 | 0.08 | 0 | 0.47 | 185.12 | 0.93 | 0.27 |
| Hex | 5 | 7B | 86 | 60 | 8 | 0 | 2F | B9 | 5D | 1B |
| Octal | 5 | 173 | 206 | 140 | 10 | 0 | 57 | 271 | 135 | 33 |
| Binary | 101 | 1111011 | 10000110 | 1100000 | 1000 | 0 | 101111 | 10111001 | 1011101 | 11011 |
Color Harmonies of #057B86
Complementary color
Monochromatic Colors of #057B86
Black with #057B86
Text Example
Text Example
White with #057B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057B86; }
p { color: rgb(5,123,134); }
H1.HeaderClassName
{
color: #057B86;
}
.AnyTagClassName
{
color: #057B86;
}
</style>
background-color css
<style>
a { background-color: #057B86; }
a { background-color: rgb(5,123,134); }
div.DivClassName
{
background-color: #057B86;
}
.BgClassName
{
background-color: #057B86;
}
</style>
border-color css
<style>
span { border-color: #057B86; }
span { border-color: rgb(5,123,134); }
td.TdClassName
{
border-color: #057B86;
}
.TagClassName
{
border-color: #057B86;
}
</style>