#84AF97

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

Shades of Padua #84AF97

Tints of Padua #84AF97

Color information

#84AF97 (or 0x84AF97) is unknown color: approx Padua. HEX triplet: 84, AF and 97. RGB value is (132,175,151). Sum of RGB (Red+Green+Blue) = 132+175+151=458 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.82% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 151 (59.38% from 255 or 32.97% from 458); Max value from RGB is 175 - color contains mainly: green. Hex color #84AF97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AF97 is #7B5068. Grayscale: #9F9F9F. Windows color (decimal): -8081513 or 9940868. OLE color: 9940868.

HSL color Cylindrical-coordinate representation of color #84AF97: hue angle of 146.51º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #84AF97 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB132175151-
CMYK0.2500.140.31
HSL146.51º21.18%60.2%-
HSV(B)146.51º24.57%68.63%-
XYZ30.4337.834.97-
YUV159.41123.25108.45-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.82%
GREEN value IS 175 (68.75% from 255) = 38.21%
BLUE value IS 151 (59.38% from 255) = 32.97%
R=28.82%
G=38.21%
B=32.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1321751510.2500.140.31146.5121.1860.2
Hex84AF97190E1F93153c
Octal20425722731016372232574
Binary1000010010101111100101111100101110111111001001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84AF97; }

 p { color: rgb(132,175,151); }

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

<style>
 a { background-color: #84AF97; }

 a { background-color: rgb(132,175,151); }

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

<style>
 span { border-color: #84AF97; }

 span { border-color: rgb(132,175,151); }

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