#62A48F

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

Shades of Patina #62A48F

Tints of Patina #62A48F

Color information

#62A48F (or 0x62A48F) is unknown color: approx Patina. HEX triplet: 62, A4 and 8F. RGB value is (98,164,143). Sum of RGB (Red+Green+Blue) = 98+164+143=405 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.20% from 405); Green value is 164 (64.45% from 255 or 40.49% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 164 - color contains mainly: green. Hex color #62A48F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A48F is #9D5B70. Grayscale: #8D8D8D. Windows color (decimal): -10312561 or 9413730. OLE color: 9413730.

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

Color convert

RGB98164143-
CMYK0.4000.130.36
HSL160.91º26.61%51.37%-
HSV(B)160.91º40.24%64.31%-
XYZ23.2731.1330.77-
YUV141.87128.6396.71-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.20%
GREEN value IS 164 (64.45% from 255) = 40.49%
BLUE value IS 143 (56.25% from 255) = 35.31%
R=24.20%
G=40.49%
B=35.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal981641430.4000.130.36160.9126.6151.37
Hex62A48F280D24a11b33
Octal14224421750015442413363
Binary11000101010010010001111101000011011001001010000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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