Html Css Color HEX #82BEA3 Padua

📋 copy color: '#82BEA3'

red 130 ◦ green 190 ◦ blue 163

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

Shades of Padua #82BEA3

Tints of Padua #82BEA3

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.34%

 BLUE value IS 163 (64.06% from 255) = 33.75%

R = 26.92%
G = 39.34%
B = 33.75%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#82BEA3 (or 0x82BEA3) is known color: Padua. HEX triplet: 82, BE and A3. RGB value is (130,190,163). Sum of RGB (Red+Green+Blue) = 130+190+163=483 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.92% from 483); Green value is 190 (74.61% from 255 or 39.34% from 483); Blue value is 163 (64.06% from 255 or 33.75% from 483); Max value from RGB is 190 - color contains mainly: green. Hex color #82BEA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BEA3 is #7D415C. Grayscale: #A9A9A9. Windows color (decimal): -8208733 or 10731138. OLE color: 10731138.

HSL color Cylindrical-coordinate representation of color #82BEA3: hue angle of 153º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82BEA3 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 190 163 -
CMYK 0.32 0 0.14 0.25
HSL 153º 0.32% 0.63% -
HSV(B) 153º 0.32% 0.75% -
XYZ 34.23 44.22 41.38 -
YUV 168.98 124.62 100.2 -
System Red Green Blue C M Y K H S L
Decimal 130 190 163 0.32 0 0.14 0.25 153 0.32 0.63
Hex 82 BE A3 20 0 E 19 99 20 3F
Octal 202 276 243 40 0 16 31 231 40 77
Binary 10000010 10111110 10100011 100000 0 1110 11001 10011001 100000 111111

Color Harmonies of #82BEA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BEA3

Black with #82BEA3

Text Example


Text Example

White with #82BEA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,190,163); }

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

background-color css

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

 a { background-color: rgb(130,190,163); }

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

border-color css

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

 span { border-color: rgb(130,190,163); }

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