#62A38E

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

Shades of Patina #62A38E

Tints of Patina #62A38E

Color information

#62A38E (or 0x62A38E) is unknown color: approx Patina. HEX triplet: 62, A3 and 8E. RGB value is (98,163,142). Sum of RGB (Red+Green+Blue) = 98+163+142=403 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.32% from 403); Green value is 163 (64.06% from 255 or 40.45% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 163 - color contains mainly: green. Hex color #62A38E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A38E is #9D5C71. Grayscale: #8D8D8D. Windows color (decimal): -10312818 or 9347938. OLE color: 9347938.

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

Color convert

RGB98163142-
CMYK0.4000.130.36
HSL160.62º26.1%51.18%-
HSV(B)160.62º39.88%63.92%-
XYZ23.0230.7430.31-
YUV141.17128.4797.21-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.32%
GREEN value IS 163 (64.06% from 255) = 40.45%
BLUE value IS 142 (55.86% from 255) = 35.24%
R=24.32%
G=40.45%
B=35.24%

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
Decimal981631420.4000.130.36160.6226.151.18
Hex62A38E280D24a11a33
Octal14224321650015442413263
Binary11000101010001110001110101000011011001001010000111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,163,142); }

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

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

 a { background-color: rgb(98,163,142); }

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

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

 span { border-color: rgb(98,163,142); }

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