#5CA68C

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

Shades of Patina #5CA68C

Tints of Patina #5CA68C

Color information

#5CA68C (or 0x5CA68C) is unknown color: approx Patina. HEX triplet: 5C, A6 and 8C. RGB value is (92,166,140). Sum of RGB (Red+Green+Blue) = 92+166+140=398 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.12% from 398); Green value is 166 (65.23% from 255 or 41.71% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 166 - color contains mainly: green. Hex color #5CA68C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA68C is #A35973. Grayscale: #8C8C8C. Windows color (decimal): -10705268 or 9217628. OLE color: 9217628.

HSL color Cylindrical-coordinate representation of color #5CA68C: hue angle of 158.92º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5CA68C is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB92166140-
CMYK0.4500.160.35
HSL158.92º29.37%50.59%-
HSV(B)158.92º44.58%65.1%-
XYZ22.7831.4429.68-
YUV140.91127.4893.11-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.12%
GREEN value IS 166 (65.23% from 255) = 41.71%
BLUE value IS 140 (55.08% from 255) = 35.18%
R=23.12%
G=41.71%
B=35.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal921661400.4500.160.35158.9229.3750.59
Hex5CA68C2D010239f1d33
Octal13424621455020432373563
Binary101110010100110100011001011010100001000111001111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,166,140); }

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

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

 a { background-color: rgb(92,166,140); }

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

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

 span { border-color: rgb(92,166,140); }

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