Shades of Teal #057384
Tints of Teal #057384
RGB
CMYK
RGB Variations
Color information
#057384 (or 0x057384) is known color: Teal. HEX triplet: 05, 73 and 84. RGB value is (5,115,132). Sum of RGB (Red+Green+Blue) = 5+115+132=252 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 252); Green value is 115 (45.31% from 255 or 45.63% from 252); Blue value is 132 (51.95% from 255 or 52.38% from 252); Max value from RGB is 132 - color contains mainly: blue. Hex color #057384 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057384 is #FA8C7B. Grayscale: #535353. Windows color (decimal): -16419964 or 8680197. OLE color: 8680197.
HSL color Cylindrical-coordinate representation of color #057384: hue angle of 188.03º 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 #057384 is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 5 | 115 | 132 | - |
| CMYK | 0.96 | 0.13 | 0 | 0.48 |
| HSL | 188.03º | 0.93% | 0.27% | - |
| HSV(B) | 188.03º | 0.96% | 0.52% | - |
| XYZ | 10.36 | 13.96 | 23.98 | - |
| YUV | 84.05 | 155.06 | 71.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 115 | 132 | 0.96 | 0.13 | 0 | 0.48 | 188.03 | 0.93 | 0.27 |
| Hex | 5 | 73 | 84 | 60 | D | 0 | 30 | BC | 5D | 1B |
| Octal | 5 | 163 | 204 | 140 | 15 | 0 | 60 | 274 | 135 | 33 |
| Binary | 101 | 1110011 | 10000100 | 1100000 | 1101 | 0 | 110000 | 10111100 | 1011101 | 11011 |
Color Harmonies of #057384
Complementary color
Monochromatic Colors of #057384
Black with #057384
Text Example
Text Example
White with #057384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057384; }
p { color: rgb(5,115,132); }
H1.HeaderClassName
{
color: #057384;
}
.AnyTagClassName
{
color: #057384;
}
</style>
background-color css
<style>
a { background-color: #057384; }
a { background-color: rgb(5,115,132); }
div.DivClassName
{
background-color: #057384;
}
.BgClassName
{
background-color: #057384;
}
</style>
border-color css
<style>
span { border-color: #057384; }
span { border-color: rgb(5,115,132); }
td.TdClassName
{
border-color: #057384;
}
.TagClassName
{
border-color: #057384;
}
</style>