#82BF9E

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

Shades of Padua #82BF9E

Tints of Padua #82BF9E

Color information

#82BF9E (or 0x82BF9E) is unknown color: approx Padua. HEX triplet: 82, BF and 9E. RGB value is (130,191,158). Sum of RGB (Red+Green+Blue) = 130+191+158=479 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.14% from 479); Green value is 191 (75% from 255 or 39.87% from 479); Blue value is 158 (62.11% from 255 or 32.99% from 479); Max value from RGB is 191 - color contains mainly: green. Hex color #82BF9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BF9E is #7D4061. Grayscale: #A9A9A9. Windows color (decimal): -8208482 or 10403714. OLE color: 10403714.

HSL color Cylindrical-coordinate representation of color #82BF9E: hue angle of 147.54º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82BF9E is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB130191158-
CMYK0.3200.170.25
HSL147.54º32.28%62.94%-
HSV(B)147.54º31.94%74.9%-
XYZ34.0144.4839.14-
YUV169121.79100.18-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.14%
GREEN value IS 191 (75% from 255) = 39.87%
BLUE value IS 158 (62.11% from 255) = 32.99%
R=27.14%
G=39.87%
B=32.99%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1301911580.3200.170.25147.5432.2862.94
Hex82BF9E200111994203f
Octal20227723640021312244077
Binary1000001010111111100111101000000100011100110010100100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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