#60A48B

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

Shades of Patina #60A48B

Tints of Patina #60A48B

Color information

#60A48B (or 0x60A48B) is unknown color: approx Patina. HEX triplet: 60, A4 and 8B. RGB value is (96,164,139). Sum of RGB (Red+Green+Blue) = 96+164+139=399 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.06% from 399); Green value is 164 (64.45% from 255 or 41.10% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 164 - color contains mainly: green. Hex color #60A48B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A48B is #9F5B74. Grayscale: #8C8C8C. Windows color (decimal): -10443637 or 9151584. OLE color: 9151584.

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

Color convert

RGB96164139-
CMYK0.4100.150.36
HSL157.94º27.2%50.98%-
HSV(B)157.94º41.46%64.31%-
XYZ22.7630.929.19-
YUV140.82126.9796.03-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.06%
GREEN value IS 164 (64.45% from 255) = 41.10%
BLUE value IS 139 (54.69% from 255) = 34.84%
R=24.06%
G=41.10%
B=34.84%

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
Decimal961641390.4100.150.36157.9427.250.98
Hex60A48B290F249e1b33
Octal14024421351017442363363
Binary11000001010010010001011101001011111001001001111011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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