#62A28D

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

Shades of Patina #62A28D

Tints of Patina #62A28D

Color information

#62A28D (or 0x62A28D) is unknown color: approx Patina. HEX triplet: 62, A2 and 8D. RGB value is (98,162,141). Sum of RGB (Red+Green+Blue) = 98+162+141=401 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.44% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 162 - color contains mainly: green. Hex color #62A28D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A28D is #9D5D72. Grayscale: #8C8C8C. Windows color (decimal): -10313075 or 9282146. OLE color: 9282146.

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

Color convert

RGB98162141-
CMYK0.4000.130.36
HSL160.31º25.6%50.98%-
HSV(B)160.31º39.51%63.53%-
XYZ22.7730.3629.86-
YUV140.47128.397.71-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.44%
GREEN value IS 162 (63.67% from 255) = 40.40%
BLUE value IS 141 (55.47% from 255) = 35.16%
R=24.44%
G=40.40%
B=35.16%

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
Decimal981621410.4000.130.36160.3125.650.98
Hex62A28D280D24a01a33
Octal14224221550015442403263
Binary11000101010001010001101101000011011001001010000011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,162,141); }

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

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

 a { background-color: rgb(98,162,141); }

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

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

 span { border-color: rgb(98,162,141); }

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