#82BB9E

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

Shades of Padua #82BB9E

Tints of Padua #82BB9E

Color information

#82BB9E (or 0x82BB9E) is unknown color: approx Padua. HEX triplet: 82, BB and 9E. RGB value is (130,187,158). Sum of RGB (Red+Green+Blue) = 130+187+158=475 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.37% from 475); Green value is 187 (73.44% from 255 or 39.37% from 475); Blue value is 158 (62.11% from 255 or 33.26% from 475); Max value from RGB is 187 - color contains mainly: green. Hex color #82BB9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BB9E is #7D4461. Grayscale: #A6A6A6. Windows color (decimal): -8209506 or 10402690. OLE color: 10402690.

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

Color convert

RGB130187158-
CMYK0.3000.160.27
HSL149.47º29.53%62.16%-
HSV(B)149.47º30.48%73.33%-
XYZ33.1542.7638.85-
YUV166.65123.12101.86-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.37%
GREEN value IS 187 (73.44% from 255) = 39.37%
BLUE value IS 158 (62.11% from 255) = 33.26%
R=27.37%
G=39.37%
B=33.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301871580.3000.160.27149.4729.5362.16
Hex82BB9E1E0101B951e3e
Octal20227323636020332253676
Binary10000010101110111001111011110010000110111001010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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