#62A38D

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

Shades of Patina #62A38D

Tints of Patina #62A38D

Color information

#62A38D (or 0x62A38D) is unknown color: approx Patina. HEX triplet: 62, A3 and 8D. RGB value is (98,163,141). Sum of RGB (Red+Green+Blue) = 98+163+141=402 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.38% from 402); Green value is 163 (64.06% from 255 or 40.55% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 163 - color contains mainly: green. Hex color #62A38D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A38D is #9D5C72. Grayscale: #8D8D8D. Windows color (decimal): -10312819 or 9282402. OLE color: 9282402.

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

Color convert

RGB98163141-
CMYK0.4000.130.36
HSL159.69º26.1%51.18%-
HSV(B)159.69º39.88%63.92%-
XYZ22.9430.7129.92-
YUV141.06127.9797.29-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.38%
GREEN value IS 163 (64.06% from 255) = 40.55%
BLUE value IS 141 (55.47% from 255) = 35.07%
R=24.38%
G=40.55%
B=35.07%

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
Decimal981631410.4000.130.36159.6926.151.18
Hex62A38D280D24a01a33
Octal14224321550015442403263
Binary11000101010001110001101101000011011001001010000011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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