Shades of Teal #057482
Tints of Teal #057482
RGB
CMYK
RGB Variations
Color information
#057482 (or 0x057482) is known color: Teal. HEX triplet: 05, 74 and 82. RGB value is (5,116,130). Sum of RGB (Red+Green+Blue) = 5+116+130=251 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.99% from 251); Green value is 116 (45.70% from 255 or 46.22% from 251); Blue value is 130 (51.17% from 255 or 51.79% from 251); Max value from RGB is 130 - color contains mainly: blue. Hex color #057482 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057482 is #FA8B7D. Grayscale: #545454. Windows color (decimal): -16419710 or 8549381. OLE color: 8549381.
HSL color Cylindrical-coordinate representation of color #057482: hue angle of 186.72º 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 #057482 is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 116 | 130 | - |
| CMYK | 0.96 | 0.11 | 0 | 0.49 |
| HSL | 186.72º | 0.93% | 0.26% | - |
| HSV(B) | 186.72º | 0.96% | 0.51% | - |
| XYZ | 10.34 | 14.13 | 23.3 | - |
| YUV | 84.41 | 153.73 | 71.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 116 | 130 | 0.96 | 0.11 | 0 | 0.49 | 186.72 | 0.93 | 0.26 |
| Hex | 5 | 74 | 82 | 60 | B | 0 | 31 | BB | 5D | 1A |
| Octal | 5 | 164 | 202 | 140 | 13 | 0 | 61 | 273 | 135 | 32 |
| Binary | 101 | 1110100 | 10000010 | 1100000 | 1011 | 0 | 110001 | 10111011 | 1011101 | 11010 |
Color Harmonies of #057482
Complementary color
Monochromatic Colors of #057482
Black with #057482
Text Example
Text Example
White with #057482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057482; }
p { color: rgb(5,116,130); }
H1.HeaderClassName
{
color: #057482;
}
.AnyTagClassName
{
color: #057482;
}
</style>
background-color css
<style>
a { background-color: #057482; }
a { background-color: rgb(5,116,130); }
div.DivClassName
{
background-color: #057482;
}
.BgClassName
{
background-color: #057482;
}
</style>
border-color css
<style>
span { border-color: #057482; }
span { border-color: rgb(5,116,130); }
td.TdClassName
{
border-color: #057482;
}
.TagClassName
{
border-color: #057482;
}
</style>