Shades of Patina #57A08A
Tints of Patina #57A08A
RGB
CMYK
RGB Variations
Color information
#57A08A (or 0x57A08A) is known color: Patina. HEX triplet: 57, A0 and 8A. RGB value is (87,160,138). Sum of RGB (Red+Green+Blue) = 87+160+138=385 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.60% from 385); Green value is 160 (62.89% from 255 or 41.56% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 160 - color contains mainly: green. Hex color #57A08A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A08A is #A85F75. Grayscale: #878787. Windows color (decimal): -11034486 or 9085015. OLE color: 9085015.
HSL color Cylindrical-coordinate representation of color #57A08A: hue angle of 161.92º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #57A08A is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 87 | 160 | 138 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.37 |
| HSL | 161.92º | 0.3% | 0.48% | - |
| HSV(B) | 161.92º | 0.46% | 0.63% | - |
| XYZ | 21.09 | 29 | 28.53 | - |
| YUV | 135.67 | 129.32 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 160 | 138 | 0.46 | 0 | 0.14 | 0.37 | 161.92 | 0.3 | 0.48 |
| Hex | 57 | A0 | 8A | 2E | 0 | E | 25 | A2 | 1E | 30 |
| Octal | 127 | 240 | 212 | 56 | 0 | 16 | 45 | 242 | 36 | 60 |
| Binary | 1010111 | 10100000 | 10001010 | 101110 | 0 | 1110 | 100101 | 10100010 | 11110 | 110000 |
Color Harmonies of #57A08A
Complementary color
Monochromatic Colors of #57A08A
Black with #57A08A
Text Example
Text Example
White with #57A08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A08A; }
p { color: rgb(87,160,138); }
H1.HeaderClassName
{
color: #57A08A;
}
.AnyTagClassName
{
color: #57A08A;
}
</style>
background-color css
<style>
a { background-color: #57A08A; }
a { background-color: rgb(87,160,138); }
div.DivClassName
{
background-color: #57A08A;
}
.BgClassName
{
background-color: #57A08A;
}
</style>
border-color css
<style>
span { border-color: #57A08A; }
span { border-color: rgb(87,160,138); }
td.TdClassName
{
border-color: #57A08A;
}
.TagClassName
{
border-color: #57A08A;
}
</style>