Html Css Color HEX #82C19D Padua

📋 copy color: '#82C19D'

red 130 ◦ green 193 ◦ blue 157

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

Shades of Padua #82C19D

Tints of Padua #82C19D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.21%

 BLUE value IS 157 (61.72% from 255) = 32.71%

R = 27.08%
G = 40.21%
B = 32.71%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#82C19D (or 0x82C19D) is known color: Padua. HEX triplet: 82, C1 and 9D. RGB value is (130,193,157). Sum of RGB (Red+Green+Blue) = 130+193+157=480 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.08% from 480); Green value is 193 (75.78% from 255 or 40.21% from 480); Blue value is 157 (61.72% from 255 or 32.71% from 480); Max value from RGB is 193 - color contains mainly: green. Hex color #82C19D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82C19D is #7D3E62. Grayscale: #AAAAAA. Windows color (decimal): -8207971 or 10338690. OLE color: 10338690.

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

Color convert

RGB 130 193 157 -
CMYK 0.33 0 0.19 0.24
HSL 145.71º 0.34% 0.63% -
HSV(B) 145.71º 0.33% 0.76% -
XYZ 34.36 45.32 38.83 -
YUV 170.06 120.63 99.43 -
System Red Green Blue C M Y K H S L
Decimal 130 193 157 0.33 0 0.19 0.24 145.71 0.34 0.63
Hex 82 C1 9D 21 0 13 18 92 22 3F
Octal 202 301 235 41 0 23 30 222 42 77
Binary 10000010 11000001 10011101 100001 0 10011 11000 10010010 100010 111111

Color Harmonies of #82C19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C19D

Black with #82C19D

Text Example


Text Example

White with #82C19D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,193,157); }

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

background-color css

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

 a { background-color: rgb(130,193,157); }

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

border-color css

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

 span { border-color: rgb(130,193,157); }

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