#5CA17F

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

Shades of Patina #5CA17F

Tints of Patina #5CA17F

Color information

#5CA17F (or 0x5CA17F) is unknown color: approx Patina. HEX triplet: 5C, A1 and 7F. RGB value is (92,161,127). Sum of RGB (Red+Green+Blue) = 92+161+127=380 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.21% from 380); Green value is 161 (63.28% from 255 or 42.37% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 161 - color contains mainly: green. Hex color #5CA17F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA17F is #A35E80. Grayscale: #888888. Windows color (decimal): -10706561 or 8364380. OLE color: 8364380.

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

Color convert

RGB92161127-
CMYK0.4300.210.37
HSL150.43º27.27%49.61%-
HSV(B)150.43º42.86%63.14%-
XYZ20.9929.324.63-
YUV136.49122.6496.26-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.21%
GREEN value IS 161 (63.28% from 255) = 42.37%
BLUE value IS 127 (50% from 255) = 33.42%
R=24.21%
G=42.37%
B=33.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal921611270.4300.210.37150.4327.2749.61
Hex5CA17F2B01525961b32
Octal13424117753025452263362
Binary10111001010000111111111010110101011001011001011011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,161,127); }

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

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

 a { background-color: rgb(92,161,127); }

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

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

 span { border-color: rgb(92,161,127); }

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