Html Css Color HEX #82A190 Padua

📋 copy color: '#82A190'

red 130 ◦ green 161 ◦ blue 144

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

Shades of Padua #82A190

Tints of Padua #82A190

RGB

 RED value IS 130 (51.17% from 255) = 29.89%

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

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

R = 29.89%
G = 37.01%
B = 33.1%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#82A190 (or 0x82A190) is known color: Padua. HEX triplet: 82, A1 and 90. RGB value is (130,161,144). Sum of RGB (Red+Green+Blue) = 130+161+144=435 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.89% from 435); Green value is 161 (63.28% from 255 or 37.01% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 161 - color contains mainly: green. Hex color #82A190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A190 is #7D5E6F. Grayscale: #959595. Windows color (decimal): -8216176 or 9478530. OLE color: 9478530.

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

Color convert

RGB 130 161 144 -
CMYK 0.19 0 0.11 0.37
HSL 147.1º 0.14% 0.57% -
HSV(B) 147.1º 0.19% 0.63% -
XYZ 26.98 32.25 31.19 -
YUV 149.79 124.73 113.88 -
System Red Green Blue C M Y K H S L
Decimal 130 161 144 0.19 0 0.11 0.37 147.1 0.14 0.57
Hex 82 A1 90 13 0 B 25 93 E 39
Octal 202 241 220 23 0 13 45 223 16 71
Binary 10000010 10100001 10010000 10011 0 1011 100101 10010011 1110 111001

Color Harmonies of #82A190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A190

Black with #82A190

Text Example


Text Example

White with #82A190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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