#82B79F

Color #82B79F Padua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Padua #82B79F

Tints of Padua #82B79F

Color information

#82B79F (or 0x82B79F) is unknown color: approx Padua. HEX triplet: 82, B7 and 9F. RGB value is (130,183,159). Sum of RGB (Red+Green+Blue) = 130+183+159=472 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.54% from 472); Green value is 183 (71.88% from 255 or 38.77% from 472); Blue value is 159 (62.5% from 255 or 33.69% from 472); Max value from RGB is 183 - color contains mainly: green. Hex color #82B79F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82B79F is #7D4860. Grayscale: #A4A4A4. Windows color (decimal): -8210529 or 10467202. OLE color: 10467202.

HSL color Cylindrical-coordinate representation of color #82B79F: hue angle of 152.83º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #82B79F is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB130183159-
CMYK0.2900.130.28
HSL152.83º26.9%61.37%-
HSV(B)152.83º28.96%71.76%-
XYZ32.441.1239.03-
YUV164.42124.94103.45-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.54%
GREEN value IS 183 (71.88% from 255) = 38.77%
BLUE value IS 159 (62.5% from 255) = 33.69%
R=27.54%
G=38.77%
B=33.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1301831590.2900.130.28152.8326.961.37
Hex82B79F1D0D1C991b3d
Octal20226723735015342313375
Binary1000001010110111100111111110101101111001001100111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,183,159); }

 H1.HeaderClassName
 {
   color: #82B79F;
 }
 .AnyTagClassName
 {
   color: #82B79F;
 }
</style>
background-color css

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

 a { background-color: rgb(130,183,159); }

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

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

 span { border-color: rgb(130,183,159); }

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