#82BB9F

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

Shades of Padua #82BB9F

Tints of Padua #82BB9F

Color information

#82BB9F (or 0x82BB9F) is unknown color: approx Padua. HEX triplet: 82, BB and 9F. RGB value is (130,187,159). Sum of RGB (Red+Green+Blue) = 130+187+159=476 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.31% from 476); Green value is 187 (73.44% from 255 or 39.29% from 476); Blue value is 159 (62.5% from 255 or 33.40% from 476); Max value from RGB is 187 - color contains mainly: green. Hex color #82BB9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BB9F is #7D4460. Grayscale: #A6A6A6. Windows color (decimal): -8209505 or 10468226. OLE color: 10468226.

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

Color convert

RGB130187159-
CMYK0.3000.150.27
HSL150.53º29.53%62.16%-
HSV(B)150.53º30.48%73.33%-
XYZ33.2342.7939.31-
YUV166.76123.62101.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.31%
GREEN value IS 187 (73.44% from 255) = 39.29%
BLUE value IS 159 (62.5% from 255) = 33.40%
R=27.31%
G=39.29%
B=33.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301871590.3000.150.27150.5329.5362.16
Hex82BB9F1E0F1B971e3e
Octal20227323736017332273676
Binary1000001010111011100111111111001111110111001011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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