#61A08C

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

Shades of Patina #61A08C

Tints of Patina #61A08C

Color information

#61A08C (or 0x61A08C) is unknown color: approx Patina. HEX triplet: 61, A0 and 8C. RGB value is (97,160,140). Sum of RGB (Red+Green+Blue) = 97+160+140=397 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.43% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 160 - color contains mainly: green. Hex color #61A08C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A08C is #9E5F73. Grayscale: #8A8A8A. Windows color (decimal): -10379124 or 9216097. OLE color: 9216097.

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

Color convert

RGB97160140-
CMYK0.3900.120.37
HSL160.95º24.9%50.39%-
HSV(B)160.95º39.38%62.75%-
XYZ22.2329.5829.35-
YUV138.88128.6398.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.43%
GREEN value IS 160 (62.89% from 255) = 40.30%
BLUE value IS 140 (55.08% from 255) = 35.26%
R=24.43%
G=40.30%
B=35.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal971601400.3900.120.37160.9524.950.39
Hex61A08C270C25a11932
Octal14124021447014452413162
Binary11000011010000010001100100111011001001011010000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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