#62A486

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

Shades of Patina #62A486

Tints of Patina #62A486

Color information

#62A486 (or 0x62A486) is unknown color: approx Patina. HEX triplet: 62, A4 and 86. RGB value is (98,164,134). Sum of RGB (Red+Green+Blue) = 98+164+134=396 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.75% from 396); Green value is 164 (64.45% from 255 or 41.41% from 396); Blue value is 134 (52.73% from 255 or 33.84% from 396); Max value from RGB is 164 - color contains mainly: green. Hex color #62A486 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A486 is #9D5B79. Grayscale: #8C8C8C. Windows color (decimal): -10312570 or 8823906. OLE color: 8823906.

HSL color Cylindrical-coordinate representation of color #62A486: hue angle of 152.73º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #62A486 is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB98164134-
CMYK0.4000.180.36
HSL152.73º26.61%51.37%-
HSV(B)152.73º40.24%64.31%-
XYZ22.6230.8727.32-
YUV140.85124.1397.44-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.75%
GREEN value IS 164 (64.45% from 255) = 41.41%
BLUE value IS 134 (52.73% from 255) = 33.84%
R=24.75%
G=41.41%
B=33.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal981641340.4000.180.36152.7326.6151.37
Hex62A4862801224991b33
Octal14224420650022442313363
Binary110001010100100100001101010000100101001001001100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62A486; }

 p { color: rgb(98,164,134); }

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

<style>
 a { background-color: #62A486; }

 a { background-color: rgb(98,164,134); }

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

<style>
 span { border-color: #62A486; }

 span { border-color: rgb(98,164,134); }

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