Html Css Color HEX #62A190 Patina

📋 copy color: '#62A190'

red 98 ◦ green 161 ◦ blue 144

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

Shades of Patina #62A190

Tints of Patina #62A190

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.95%

 BLUE value IS 144 (56.64% from 255) = 35.73%

R = 24.32%
G = 39.95%
B = 35.73%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#62A190 (or 0x62A190) is known color: Patina. HEX triplet: 62, A1 and 90. RGB value is (98,161,144). Sum of RGB (Red+Green+Blue) = 98+161+144=403 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.32% from 403); Green value is 161 (63.28% from 255 or 39.95% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 161 - color contains mainly: green. Hex color #62A190 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A190 is #9D5E6F. Grayscale: #8C8C8C. Windows color (decimal): -10313328 or 9478498. OLE color: 9478498.

HSL color Cylindrical-coordinate representation of color #62A190: hue angle of 163.81º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #62A190 is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB 98 161 144 -
CMYK 0.39 0 0.11 0.37
HSL 163.81º 0.25% 0.51% -
HSV(B) 163.81º 0.39% 0.63% -
XYZ 22.82 30.1 30.99 -
YUV 140.23 130.13 97.88 -
System Red Green Blue C M Y K H S L
Decimal 98 161 144 0.39 0 0.11 0.37 163.81 0.25 0.51
Hex 62 A1 90 27 0 B 25 A4 19 33
Octal 142 241 220 47 0 13 45 244 31 63
Binary 1100010 10100001 10010000 100111 0 1011 100101 10100100 11001 110011

Color Harmonies of #62A190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62A190

Black with #62A190

Text Example


Text Example

White with #62A190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,161,144); }

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

background-color css

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

 a { background-color: rgb(98,161,144); }

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

border-color css

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

 span { border-color: rgb(98,161,144); }

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