Shades of Teal #057484
Tints of Teal #057484
RGB
CMYK
RGB Variations
Color information
#057484 (or 0x057484) is known color: Teal. HEX triplet: 05, 74 and 84. RGB value is (5,116,132). Sum of RGB (Red+Green+Blue) = 5+116+132=253 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 253); Green value is 116 (45.70% from 255 or 45.85% from 253); Blue value is 132 (51.95% from 255 or 52.17% from 253); Max value from RGB is 132 - color contains mainly: blue. Hex color #057484 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057484 is #FA8B7B. Grayscale: #545454. Windows color (decimal): -16419708 or 8680453. OLE color: 8680453.
HSL color Cylindrical-coordinate representation of color #057484: hue angle of 187.56º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057484 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 5 | 116 | 132 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.48 |
| HSL | 187.56º | 0.93% | 0.27% | - |
| HSV(B) | 187.56º | 0.96% | 0.52% | - |
| XYZ | 10.47 | 14.19 | 24.02 | - |
| YUV | 84.64 | 154.73 | 71.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 116 | 132 | 0.96 | 0.12 | 0 | 0.48 | 187.56 | 0.93 | 0.27 |
| Hex | 5 | 74 | 84 | 60 | C | 0 | 30 | BC | 5D | 1B |
| Octal | 5 | 164 | 204 | 140 | 14 | 0 | 60 | 274 | 135 | 33 |
| Binary | 101 | 1110100 | 10000100 | 1100000 | 1100 | 0 | 110000 | 10111100 | 1011101 | 11011 |
Color Harmonies of #057484
Complementary color
Monochromatic Colors of #057484
Black with #057484
Text Example
Text Example
White with #057484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057484; }
p { color: rgb(5,116,132); }
H1.HeaderClassName
{
color: #057484;
}
.AnyTagClassName
{
color: #057484;
}
</style>
background-color css
<style>
a { background-color: #057484; }
a { background-color: rgb(5,116,132); }
div.DivClassName
{
background-color: #057484;
}
.BgClassName
{
background-color: #057484;
}
</style>
border-color css
<style>
span { border-color: #057484; }
span { border-color: rgb(5,116,132); }
td.TdClassName
{
border-color: #057484;
}
.TagClassName
{
border-color: #057484;
}
</style>