Shades of Teal #057A8B
Tints of Teal #057A8B
RGB
CMYK
RGB Variations
Color information
#057A8B (or 0x057A8B) is known color: Teal. HEX triplet: 05, 7A and 8B. RGB value is (5,122,139). Sum of RGB (Red+Green+Blue) = 5+122+139=266 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.88% from 266); Green value is 122 (48.05% from 255 or 45.86% from 266); Blue value is 139 (54.69% from 255 or 52.26% from 266); Max value from RGB is 139 - color contains mainly: blue. Hex color #057A8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057A8B is #FA8574. Grayscale: #585858. Windows color (decimal): -16418165 or 9140741. OLE color: 9140741.
HSL color Cylindrical-coordinate representation of color #057A8B: hue angle of 187.61º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057A8B is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 122 | 139 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.45 |
| HSL | 187.61º | 0.93% | 0.28% | - |
| HSV(B) | 187.61º | 0.96% | 0.55% | - |
| XYZ | 11.68 | 15.82 | 26.86 | - |
| YUV | 88.96 | 156.24 | 68.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 122 | 139 | 0.96 | 0.12 | 0 | 0.45 | 187.61 | 0.93 | 0.28 |
| Hex | 5 | 7A | 8B | 60 | C | 0 | 2D | BC | 5D | 1C |
| Octal | 5 | 172 | 213 | 140 | 14 | 0 | 55 | 274 | 135 | 34 |
| Binary | 101 | 1111010 | 10001011 | 1100000 | 1100 | 0 | 101101 | 10111100 | 1011101 | 11100 |
Color Harmonies of #057A8B
Complementary color
Monochromatic Colors of #057A8B
Black with #057A8B
Text Example
Text Example
White with #057A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057A8B; }
p { color: rgb(5,122,139); }
H1.HeaderClassName
{
color: #057A8B;
}
.AnyTagClassName
{
color: #057A8B;
}
</style>
background-color css
<style>
a { background-color: #057A8B; }
a { background-color: rgb(5,122,139); }
div.DivClassName
{
background-color: #057A8B;
}
.BgClassName
{
background-color: #057A8B;
}
</style>
border-color css
<style>
span { border-color: #057A8B; }
span { border-color: rgb(5,122,139); }
td.TdClassName
{
border-color: #057A8B;
}
.TagClassName
{
border-color: #057A8B;
}
</style>