#82BB99

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

Shades of Padua #82BB99

Tints of Padua #82BB99

Color information

#82BB99 (or 0x82BB99) is unknown color: approx Padua. HEX triplet: 82, BB and 99. RGB value is (130,187,153). Sum of RGB (Red+Green+Blue) = 130+187+153=470 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.66% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 153 (60.16% from 255 or 32.55% from 470); Max value from RGB is 187 - color contains mainly: green. Hex color #82BB99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BB99 is #7D4466. Grayscale: #A6A6A6. Windows color (decimal): -8209511 or 10075010. OLE color: 10075010.

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

Color convert

RGB130187153-
CMYK0.3000.180.27
HSL144.21º29.53%62.16%-
HSV(B)144.21º30.48%73.33%-
XYZ32.7342.5936.63-
YUV166.08120.62102.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.66%
GREEN value IS 187 (73.44% from 255) = 39.79%
BLUE value IS 153 (60.16% from 255) = 32.55%
R=27.66%
G=39.79%
B=32.55%

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
Decimal1301871530.3000.180.27144.2129.5362.16
Hex82BB991E0121B901e3e
Octal20227323136022332203676
Binary10000010101110111001100111110010010110111001000011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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