Shades of Teal #057C8A
Tints of Teal #057C8A
RGB
CMYK
RGB Variations
Color information
#057C8A (or 0x057C8A) is known color: Teal. HEX triplet: 05, 7C and 8A. RGB value is (5,124,138). Sum of RGB (Red+Green+Blue) = 5+124+138=267 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 267); Green value is 124 (48.83% from 255 or 46.44% from 267); Blue value is 138 (54.30% from 255 or 51.69% from 267); Max value from RGB is 138 - color contains mainly: blue. Hex color #057C8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057C8A is #FA8375. Grayscale: #595959. Windows color (decimal): -16417654 or 9075717. OLE color: 9075717.
HSL color Cylindrical-coordinate representation of color #057C8A: hue angle of 186.32º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057C8A is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 5 | 124 | 138 | - |
| CMYK | 0.96 | 0.10 | 0 | 0.46 |
| HSL | 186.32º | 0.93% | 0.28% | - |
| HSV(B) | 186.32º | 0.96% | 0.54% | - |
| XYZ | 11.86 | 16.28 | 26.56 | - |
| YUV | 90.02 | 155.08 | 67.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 124 | 138 | 0.96 | 0.10 | 0 | 0.46 | 186.32 | 0.93 | 0.28 |
| Hex | 5 | 7C | 8A | 60 | A | 0 | 2E | BA | 5D | 1C |
| Octal | 5 | 174 | 212 | 140 | 12 | 0 | 56 | 272 | 135 | 34 |
| Binary | 101 | 1111100 | 10001010 | 1100000 | 1010 | 0 | 101110 | 10111010 | 1011101 | 11100 |
Color Harmonies of #057C8A
Complementary color
Monochromatic Colors of #057C8A
Black with #057C8A
Text Example
Text Example
White with #057C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057C8A; }
p { color: rgb(5,124,138); }
H1.HeaderClassName
{
color: #057C8A;
}
.AnyTagClassName
{
color: #057C8A;
}
</style>
background-color css
<style>
a { background-color: #057C8A; }
a { background-color: rgb(5,124,138); }
div.DivClassName
{
background-color: #057C8A;
}
.BgClassName
{
background-color: #057C8A;
}
</style>
border-color css
<style>
span { border-color: #057C8A; }
span { border-color: rgb(5,124,138); }
td.TdClassName
{
border-color: #057C8A;
}
.TagClassName
{
border-color: #057C8A;
}
</style>