#61A48C

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

Shades of Patina #61A48C

Tints of Patina #61A48C

Color information

#61A48C (or 0x61A48C) is unknown color: approx Patina. HEX triplet: 61, A4 and 8C. RGB value is (97,164,140). Sum of RGB (Red+Green+Blue) = 97+164+140=401 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.19% from 401); Green value is 164 (64.45% from 255 or 40.90% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 164 - color contains mainly: green. Hex color #61A48C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A48C is #9E5B73. Grayscale: #8D8D8D. Windows color (decimal): -10378100 or 9217121. OLE color: 9217121.

HSL color Cylindrical-coordinate representation of color #61A48C: hue angle of 158.51º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #61A48C is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB97164140-
CMYK0.4100.150.36
HSL158.51º26.91%51.18%-
HSV(B)158.51º40.85%64.31%-
XYZ22.9430.9929.58-
YUV141.23127.396.45-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.19%
GREEN value IS 164 (64.45% from 255) = 40.90%
BLUE value IS 140 (55.08% from 255) = 34.91%
R=24.19%
G=40.90%
B=34.91%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal971641400.4100.150.36158.5126.9151.18
Hex61A48C290F249f1b33
Octal14124421451017442373363
Binary11000011010010010001100101001011111001001001111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61A48C; }

 p { color: rgb(97,164,140); }

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

<style>
 a { background-color: #61A48C; }

 a { background-color: rgb(97,164,140); }

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

<style>
 span { border-color: #61A48C; }

 span { border-color: rgb(97,164,140); }

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