#82BB9A

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

Shades of Padua #82BB9A

Tints of Padua #82BB9A

Color information

#82BB9A (or 0x82BB9A) is unknown color: approx Padua. HEX triplet: 82, BB and 9A. RGB value is (130,187,154). Sum of RGB (Red+Green+Blue) = 130+187+154=471 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.60% from 471); Green value is 187 (73.44% from 255 or 39.70% from 471); Blue value is 154 (60.55% from 255 or 32.70% from 471); Max value from RGB is 187 - color contains mainly: green. Hex color #82BB9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BB9A is #7D4465. Grayscale: #A6A6A6. Windows color (decimal): -8209510 or 10140546. OLE color: 10140546.

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

Color convert

RGB130187154-
CMYK0.3000.180.27
HSL145.26º29.53%62.16%-
HSV(B)145.26º30.48%73.33%-
XYZ32.8142.6237.07-
YUV166.2121.12102.18-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.60%
GREEN value IS 187 (73.44% from 255) = 39.70%
BLUE value IS 154 (60.55% from 255) = 32.70%
R=27.60%
G=39.70%
B=32.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301871540.3000.180.27145.2629.5362.16
Hex82BB9A1E0121B911e3e
Octal20227323236022332213676
Binary10000010101110111001101011110010010110111001000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,187,154); }

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

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

 a { background-color: rgb(130,187,154); }

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

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

 span { border-color: rgb(130,187,154); }

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