Html Css Color HEX #62A186 Patina

📋 copy color: '#62A186'

red 98 ◦ green 161 ◦ blue 134

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

Shades of Patina #62A186

Tints of Patina #62A186

RGB

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

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

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

R = 24.94%
G = 40.97%
B = 34.1%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#62A186 (or 0x62A186) is known color: Patina. HEX triplet: 62, A1 and 86. RGB value is (98,161,134). Sum of RGB (Red+Green+Blue) = 98+161+134=393 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.94% from 393); Green value is 161 (63.28% from 255 or 40.97% from 393); Blue value is 134 (52.73% from 255 or 34.10% from 393); Max value from RGB is 161 - color contains mainly: green. Hex color #62A186 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A186 is #9D5E79. Grayscale: #8B8B8B. Windows color (decimal): -10313338 or 8823138. OLE color: 8823138.

HSL color Cylindrical-coordinate representation of color #62A186: hue angle of 154.29º 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 #62A186 is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB 98 161 134 -
CMYK 0.39 0 0.17 0.37
HSL 154.29º 0.25% 0.51% -
HSV(B) 154.29º 0.39% 0.63% -
XYZ 22.08 29.81 27.14 -
YUV 139.09 125.13 98.7 -
System Red Green Blue C M Y K H S L
Decimal 98 161 134 0.39 0 0.17 0.37 154.29 0.25 0.51
Hex 62 A1 86 27 0 11 25 9A 19 33
Octal 142 241 206 47 0 21 45 232 31 63
Binary 1100010 10100001 10000110 100111 0 10001 100101 10011010 11001 110011

Color Harmonies of #62A186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62A186

Black with #62A186

Text Example


Text Example

White with #62A186

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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