#60A08E

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

Shades of Patina #60A08E

Tints of Patina #60A08E

Color information

#60A08E (or 0x60A08E) is unknown color: approx Patina. HEX triplet: 60, A0 and 8E. RGB value is (96,160,142). Sum of RGB (Red+Green+Blue) = 96+160+142=398 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.12% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 160 - color contains mainly: green. Hex color #60A08E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A08E is #9F5F71. Grayscale: #8A8A8A. Windows color (decimal): -10444658 or 9347168. OLE color: 9347168.

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

Color convert

RGB96160142-
CMYK0.400.110.37
HSL163.12º25.2%50.2%-
HSV(B)163.12º40%62.75%-
XYZ22.2829.5830.13-
YUV138.81129.897.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.12%
GREEN value IS 160 (62.89% from 255) = 40.20%
BLUE value IS 142 (55.86% from 255) = 35.68%
R=24.12%
G=40.20%
B=35.68%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal961601420.400.110.37163.1225.250.2
Hex60A08E280B25a31932
Octal14024021650013452433162
Binary11000001010000010001110101000010111001011010001111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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