Html Css Color HEX #62A486 Patina

📋 copy color: '#62A486'

red 98 ◦ green 164 ◦ blue 134

#62A486
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Patina #62A486

Tints of Patina #62A486

RGB

 RED value IS 98 (38.67% from 255) = 24.75%

 GREEN value IS 164 (64.45% from 255) = 41.41%

 BLUE value IS 134 (52.73% from 255) = 33.84%

R = 24.75%
G = 41.41%
B = 33.84%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#62A486 (or 0x62A486) is known color: Patina. HEX triplet: 62, A4 and 86. RGB value is (98,164,134). Sum of RGB (Red+Green+Blue) = 98+164+134=396 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.75% from 396); Green value is 164 (64.45% from 255 or 41.41% from 396); Blue value is 134 (52.73% from 255 or 33.84% from 396); Max value from RGB is 164 - color contains mainly: green. Hex color #62A486 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A486 is #9D5B79. Grayscale: #8C8C8C. Windows color (decimal): -10312570 or 8823906. OLE color: 8823906.

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

Color convert

RGB 98 164 134 -
CMYK 0.40 0 0.18 0.36
HSL 152.73º 0.27% 0.51% -
HSV(B) 152.73º 0.4% 0.64% -
XYZ 22.62 30.87 27.32 -
YUV 140.85 124.13 97.44 -
System Red Green Blue C M Y K H S L
Decimal 98 164 134 0.40 0 0.18 0.36 152.73 0.27 0.51
Hex 62 A4 86 28 0 12 24 99 1B 33
Octal 142 244 206 50 0 22 44 231 33 63
Binary 1100010 10100100 10000110 101000 0 10010 100100 10011001 11011 110011

Color Harmonies of #62A486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62A486

Black with #62A486

Text Example


Text Example

White with #62A486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #62A486;
 }
 .AnyTagClassName
 {
   color: #62A486;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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