Shades of Teal #057181
Tints of Teal #057181
RGB
CMYK
RGB Variations
Color information
#057181 (or 0x057181) is known color: Teal. HEX triplet: 05, 71 and 81. RGB value is (5,113,129). Sum of RGB (Red+Green+Blue) = 5+113+129=247 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 247); Green value is 113 (44.53% from 255 or 45.75% from 247); Blue value is 129 (50.78% from 255 or 52.23% from 247); Max value from RGB is 129 - color contains mainly: blue. Hex color #057181 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057181 is #FA8E7E. Grayscale: #525252. Windows color (decimal): -16420479 or 8483077. OLE color: 8483077.
HSL color Cylindrical-coordinate representation of color #057181: hue angle of 187.74º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057181 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 113 | 129 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.49 |
| HSL | 187.74º | 0.93% | 0.26% | - |
| HSV(B) | 187.74º | 0.96% | 0.51% | - |
| XYZ | 9.93 | 13.43 | 22.84 | - |
| YUV | 82.53 | 154.22 | 72.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 113 | 129 | 0.96 | 0.12 | 0 | 0.49 | 187.74 | 0.93 | 0.26 |
| Hex | 5 | 71 | 81 | 60 | C | 0 | 31 | BC | 5D | 1A |
| Octal | 5 | 161 | 201 | 140 | 14 | 0 | 61 | 274 | 135 | 32 |
| Binary | 101 | 1110001 | 10000001 | 1100000 | 1100 | 0 | 110001 | 10111100 | 1011101 | 11010 |
Color Harmonies of #057181
Complementary color
Monochromatic Colors of #057181
Black with #057181
Text Example
Text Example
White with #057181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057181; }
p { color: rgb(5,113,129); }
H1.HeaderClassName
{
color: #057181;
}
.AnyTagClassName
{
color: #057181;
}
</style>
background-color css
<style>
a { background-color: #057181; }
a { background-color: rgb(5,113,129); }
div.DivClassName
{
background-color: #057181;
}
.BgClassName
{
background-color: #057181;
}
</style>
border-color css
<style>
span { border-color: #057181; }
span { border-color: rgb(5,113,129); }
td.TdClassName
{
border-color: #057181;
}
.TagClassName
{
border-color: #057181;
}
</style>