#5FA07E

Color #5FA07E Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #5FA07E

Tints of Patina #5FA07E

Color information

#5FA07E (or 0x5FA07E) is unknown color: approx Patina. HEX triplet: 5F, A0 and 7E. RGB value is (95,160,126). Sum of RGB (Red+Green+Blue) = 95+160+126=381 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.93% from 381); Green value is 160 (62.89% from 255 or 41.99% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 160 - color contains mainly: green. Hex color #5FA07E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA07E is #A05F81. Grayscale: #888888. Windows color (decimal): -10510210 or 8298591. OLE color: 8298591.

HSL color Cylindrical-coordinate representation of color #5FA07E: hue angle of 148.62º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5FA07E is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB95160126-
CMYK0.4100.210.37
HSL148.62º25.49%50%-
HSV(B)148.62º40.62%62.75%-
XYZ21.0629.0824.24-
YUV136.69121.9798.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 95 (37.5% from 255) = 24.93%
GREEN value IS 160 (62.89% from 255) = 41.99%
BLUE value IS 126 (49.61% from 255) = 33.07%
R=24.93%
G=41.99%
B=33.07%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal951601260.4100.210.37148.6225.4950
Hex5FA07E2901525951932
Octal13724017651025452253162
Binary10111111010000011111101010010101011001011001010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FA07E; }

 p { color: rgb(95,160,126); }

 H1.HeaderClassName
 {
   color: #5FA07E;
 }
 .AnyTagClassName
 {
   color: #5FA07E;
 }
</style>
background-color css

<style>
 a { background-color: #5FA07E; }

 a { background-color: rgb(95,160,126); }

 div.DivClassName
 {
   background-color: #5FA07E;
 }
 .BgClassName
 {
   background-color: #5FA07E;
 }
</style>
border-color css

<style>
 span { border-color: #5FA07E; }

 span { border-color: rgb(95,160,126); }

 td.TdClassName
 {
   border-color: #5FA07E;
 }
 .TagClassName
 {
   border-color: #5FA07E;
 }
</style>