Html Css Color HEX #62A48E Patina

📋 copy color: '#62A48E'

red 98 ◦ green 164 ◦ blue 142

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

Shades of Patina #62A48E

Tints of Patina #62A48E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.15%

R = 24.26%
G = 40.59%
B = 35.15%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#62A48E (or 0x62A48E) is known color: Patina. HEX triplet: 62, A4 and 8E. RGB value is (98,164,142). Sum of RGB (Red+Green+Blue) = 98+164+142=404 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.26% from 404); Green value is 164 (64.45% from 255 or 40.59% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 164 - color contains mainly: green. Hex color #62A48E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A48E is #9D5B71. Grayscale: #8D8D8D. Windows color (decimal): -10312562 or 9348194. OLE color: 9348194.

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

Color convert

RGB 98 164 142 -
CMYK 0.40 0 0.13 0.36
HSL 160º 0.27% 0.51% -
HSV(B) 160º 0.4% 0.64% -
XYZ 23.19 31.1 30.37 -
YUV 141.76 128.13 96.79 -
System Red Green Blue C M Y K H S L
Decimal 98 164 142 0.40 0 0.13 0.36 160 0.27 0.51
Hex 62 A4 8E 28 0 D 24 A0 1B 33
Octal 142 244 216 50 0 15 44 240 33 63
Binary 1100010 10100100 10001110 101000 0 1101 100100 10100000 11011 110011

Color Harmonies of #62A48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62A48E

Black with #62A48E

Text Example


Text Example

White with #62A48E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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