#82BB9C

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

Shades of Padua #82BB9C

Tints of Padua #82BB9C

Color information

#82BB9C (or 0x82BB9C) is unknown color: approx Padua. HEX triplet: 82, BB and 9C. RGB value is (130,187,156). Sum of RGB (Red+Green+Blue) = 130+187+156=473 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.48% from 473); Green value is 187 (73.44% from 255 or 39.53% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 187 - color contains mainly: green. Hex color #82BB9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BB9C is #7D4463. Grayscale: #A6A6A6. Windows color (decimal): -8209508 or 10271618. OLE color: 10271618.

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

Color convert

RGB130187156-
CMYK0.3000.170.27
HSL147.37º29.53%62.16%-
HSV(B)147.37º30.48%73.33%-
XYZ32.9842.6937.95-
YUV166.42122.12102.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.48%
GREEN value IS 187 (73.44% from 255) = 39.53%
BLUE value IS 156 (61.33% from 255) = 32.98%
R=27.48%
G=39.53%
B=32.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301871560.3000.170.27147.3729.5362.16
Hex82BB9C1E0111B931e3e
Octal20227323436021332233676
Binary10000010101110111001110011110010001110111001001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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