Html Css Color HEX #82C2A4 Padua

📋 copy color: '#82C2A4'

red 130 ◦ green 194 ◦ blue 164

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

Shades of Padua #82C2A4

Tints of Padua #82C2A4

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.75%

 BLUE value IS 164 (64.45% from 255) = 33.61%

R = 26.64%
G = 39.75%
B = 33.61%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#82C2A4 (or 0x82C2A4) is known color: Padua. HEX triplet: 82, C2 and A4. RGB value is (130,194,164). Sum of RGB (Red+Green+Blue) = 130+194+164=488 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.64% from 488); Green value is 194 (76.17% from 255 or 39.75% from 488); Blue value is 164 (64.45% from 255 or 33.61% from 488); Max value from RGB is 194 - color contains mainly: green. Hex color #82C2A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82C2A4 is #7D3D5B. Grayscale: #ABABAB. Windows color (decimal): -8207708 or 10797698. OLE color: 10797698.

HSL color Cylindrical-coordinate representation of color #82C2A4: hue angle of 151.88º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #82C2A4 is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB 130 194 164 -
CMYK 0.33 0 0.15 0.24
HSL 151.88º 0.34% 0.64% -
HSV(B) 151.88º 0.33% 0.76% -
XYZ 35.2 46.01 42.15 -
YUV 171.44 123.8 98.44 -
System Red Green Blue C M Y K H S L
Decimal 130 194 164 0.33 0 0.15 0.24 151.88 0.34 0.64
Hex 82 C2 A4 21 0 F 18 98 22 40
Octal 202 302 244 41 0 17 30 230 42 100
Binary 10000010 11000010 10100100 100001 0 1111 11000 10011000 100010 1000000

Color Harmonies of #82C2A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C2A4

Black with #82C2A4

Text Example


Text Example

White with #82C2A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,194,164); }

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

background-color css

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

 a { background-color: rgb(130,194,164); }

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

border-color css

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

 span { border-color: rgb(130,194,164); }

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