#5CA18A

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

Shades of Patina #5CA18A

Tints of Patina #5CA18A

Color information

#5CA18A (or 0x5CA18A) is unknown color: approx Patina. HEX triplet: 5C, A1 and 8A. RGB value is (92,161,138). Sum of RGB (Red+Green+Blue) = 92+161+138=391 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.53% from 391); Green value is 161 (63.28% from 255 or 41.18% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 161 - color contains mainly: green. Hex color #5CA18A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA18A is #A35E75. Grayscale: #898989. Windows color (decimal): -10706550 or 9085276. OLE color: 9085276.

HSL color Cylindrical-coordinate representation of color #5CA18A: hue angle of 160º 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 #5CA18A is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB92161138-
CMYK0.4300.140.37
HSL160º27.27%49.61%-
HSV(B)160º42.86%63.14%-
XYZ21.7529.628.61-
YUV137.75128.1495.37-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.53%
GREEN value IS 161 (63.28% from 255) = 41.18%
BLUE value IS 138 (54.30% from 255) = 35.29%
R=23.53%
G=41.18%
B=35.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal921611380.4300.140.3716027.2749.61
Hex5CA18A2B0E25a01b32
Octal13424121253016452403362
Binary10111001010000110001010101011011101001011010000011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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