#82BAA1

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

Shades of Padua #82BAA1

Tints of Padua #82BAA1

Color information

#82BAA1 (or 0x82BAA1) is unknown color: approx Padua. HEX triplet: 82, BA and A1. RGB value is (130,186,161). Sum of RGB (Red+Green+Blue) = 130+186+161=477 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.25% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 161 (63.28% from 255 or 33.75% from 477); Max value from RGB is 186 - color contains mainly: green. Hex color #82BAA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BAA1 is #7D455E. Grayscale: #A6A6A6. Windows color (decimal): -8209759 or 10599042. OLE color: 10599042.

HSL color Cylindrical-coordinate representation of color #82BAA1: hue angle of 153.21º degrees, saturation: 0.29, 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 #82BAA1 is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB130186161-
CMYK0.3000.130.27
HSL153.21º28.87%61.96%-
HSV(B)153.21º30.11%72.94%-
XYZ33.242.4440.16-
YUV166.41124.95102.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.25%
GREEN value IS 186 (73.05% from 255) = 38.99%
BLUE value IS 161 (63.28% from 255) = 33.75%
R=27.25%
G=38.99%
B=33.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301861610.3000.130.27153.2128.8761.96
Hex82BAA11E0D1B991d3e
Octal20227224136015332313576
Binary1000001010111010101000011111001101110111001100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,186,161); }

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

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

 a { background-color: rgb(130,186,161); }

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

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

 span { border-color: rgb(130,186,161); }

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