Shades of Patina #5FA28F
Tints of Patina #5FA28F
RGB
CMYK
RGB Variations
Color information
#5FA28F (or 0x5FA28F) is known color: Patina. HEX triplet: 5F, A2 and 8F. RGB value is (95,162,143). Sum of RGB (Red+Green+Blue) = 95+162+143=400 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.75% from 400); Green value is 162 (63.67% from 255 or 40.5% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 162 - color contains mainly: green. Hex color #5FA28F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA28F is #A05D70. Grayscale: #8B8B8B. Windows color (decimal): -10509681 or 9413215. OLE color: 9413215.
HSL color Cylindrical-coordinate representation of color #5FA28F: hue angle of 162.99º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5FA28F is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 95 | 162 | 143 | - |
| CMYK | 0.41 | 0 | 0.12 | 0.36 |
| HSL | 162.99º | 0.26% | 0.5% | - |
| HSV(B) | 162.99º | 0.41% | 0.64% | - |
| XYZ | 22.6 | 30.26 | 30.64 | - |
| YUV | 139.8 | 129.8 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 162 | 143 | 0.41 | 0 | 0.12 | 0.36 | 162.99 | 0.26 | 0.5 |
| Hex | 5F | A2 | 8F | 29 | 0 | C | 24 | A3 | 1A | 32 |
| Octal | 137 | 242 | 217 | 51 | 0 | 14 | 44 | 243 | 32 | 62 |
| Binary | 1011111 | 10100010 | 10001111 | 101001 | 0 | 1100 | 100100 | 10100011 | 11010 | 110010 |
Color Harmonies of #5FA28F
Complementary color
Monochromatic Colors of #5FA28F
Black with #5FA28F
Text Example
Text Example
White with #5FA28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA28F; }
p { color: rgb(95,162,143); }
H1.HeaderClassName
{
color: #5FA28F;
}
.AnyTagClassName
{
color: #5FA28F;
}
</style>
background-color css
<style>
a { background-color: #5FA28F; }
a { background-color: rgb(95,162,143); }
div.DivClassName
{
background-color: #5FA28F;
}
.BgClassName
{
background-color: #5FA28F;
}
</style>
border-color css
<style>
span { border-color: #5FA28F; }
span { border-color: rgb(95,162,143); }
td.TdClassName
{
border-color: #5FA28F;
}
.TagClassName
{
border-color: #5FA28F;
}
</style>