#60A48E

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

Shades of Patina #60A48E

Tints of Patina #60A48E

Color information

#60A48E (or 0x60A48E) is unknown color: approx Patina. HEX triplet: 60, A4 and 8E. RGB value is (96,164,142). Sum of RGB (Red+Green+Blue) = 96+164+142=402 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.88% from 402); Green value is 164 (64.45% from 255 or 40.80% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 164 - color contains mainly: green. Hex color #60A48E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A48E is #9F5B71. Grayscale: #8D8D8D. Windows color (decimal): -10443634 or 9348192. OLE color: 9348192.

HSL color Cylindrical-coordinate representation of color #60A48E: hue angle of 160.59º 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 #60A48E is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB96164142-
CMYK0.4100.130.36
HSL160.59º27.2%50.98%-
HSV(B)160.59º41.46%64.31%-
XYZ22.9830.9930.36-
YUV141.16128.4795.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.88%
GREEN value IS 164 (64.45% from 255) = 40.80%
BLUE value IS 142 (55.86% from 255) = 35.32%
R=23.88%
G=40.80%
B=35.32%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal961641420.4100.130.36160.5927.250.98
Hex60A48E290D24a11b33
Octal14024421651015442413363
Binary11000001010010010001110101001011011001001010000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60A48E; }

 p { color: rgb(96,164,142); }

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

<style>
 a { background-color: #60A48E; }

 a { background-color: rgb(96,164,142); }

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

<style>
 span { border-color: #60A48E; }

 span { border-color: rgb(96,164,142); }

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