#82B9A0

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

Shades of Padua #82B9A0

Tints of Padua #82B9A0

Color information

#82B9A0 (or 0x82B9A0) is unknown color: approx Padua. HEX triplet: 82, B9 and A0. RGB value is (130,185,160). Sum of RGB (Red+Green+Blue) = 130+185+160=475 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.37% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 185 - color contains mainly: green. Hex color #82B9A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82B9A0 is #7D465F. Grayscale: #A5A5A5. Windows color (decimal): -8210016 or 10533250. OLE color: 10533250.

HSL color Cylindrical-coordinate representation of color #82B9A0: hue angle of 152.73º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #82B9A0 is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB130185160-
CMYK0.3000.140.27
HSL152.73º28.21%61.76%-
HSV(B)152.73º29.73%72.55%-
XYZ32.941.9839.63-
YUV165.7124.78102.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.37%
GREEN value IS 185 (72.66% from 255) = 38.95%
BLUE value IS 160 (62.89% from 255) = 33.68%
R=27.37%
G=38.95%
B=33.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301851600.3000.140.27152.7328.2161.76
Hex82B9A01E0E1B991c3e
Octal20227124036016332313476
Binary1000001010111001101000001111001110110111001100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,185,160); }

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

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

 a { background-color: rgb(130,185,160); }

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

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

 span { border-color: rgb(130,185,160); }

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