#62A28F

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

Shades of Patina #62A28F

Tints of Patina #62A28F

Color information

#62A28F (or 0x62A28F) is unknown color: approx Patina. HEX triplet: 62, A2 and 8F. RGB value is (98,162,143). Sum of RGB (Red+Green+Blue) = 98+162+143=403 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.32% from 403); Green value is 162 (63.67% from 255 or 40.20% from 403); Blue value is 143 (56.25% from 255 or 35.48% from 403); Max value from RGB is 162 - color contains mainly: green. Hex color #62A28F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A28F is #9D5D70. Grayscale: #8C8C8C. Windows color (decimal): -10313073 or 9413218. OLE color: 9413218.

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

Color convert

RGB98162143-
CMYK0.4000.120.36
HSL162.19º25.6%50.98%-
HSV(B)162.19º39.51%63.53%-
XYZ22.9230.4230.65-
YUV140.7129.397.54-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.32%
GREEN value IS 162 (63.67% from 255) = 40.20%
BLUE value IS 143 (56.25% from 255) = 35.48%
R=24.32%
G=40.20%
B=35.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal981621430.4000.120.36162.1925.650.98
Hex62A28F280C24a21a33
Octal14224221750014442423263
Binary11000101010001010001111101000011001001001010001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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