#84AF94

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

Shades of Padua #84AF94

Tints of Padua #84AF94

Color information

#84AF94 (or 0x84AF94) is unknown color: approx Padua. HEX triplet: 84, AF and 94. RGB value is (132,175,148). Sum of RGB (Red+Green+Blue) = 132+175+148=455 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.01% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 148 (58.20% from 255 or 32.53% from 455); Max value from RGB is 175 - color contains mainly: green. Hex color #84AF94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AF94 is #7B506B. Grayscale: #9F9F9F. Windows color (decimal): -8081516 or 9744260. OLE color: 9744260.

HSL color Cylindrical-coordinate representation of color #84AF94: hue angle of 142.33º 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 #84AF94 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB132175148-
CMYK0.2500.150.31
HSL142.33º21.18%60.2%-
HSV(B)142.33º24.57%68.63%-
XYZ30.1937.733.7-
YUV159.06121.75108.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.01%
GREEN value IS 175 (68.75% from 255) = 38.46%
BLUE value IS 148 (58.20% from 255) = 32.53%
R=29.01%
G=38.46%
B=32.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1321751480.2500.150.31142.3321.1860.2
Hex84AF94190F1F8e153c
Octal20425722431017372162574
Binary1000010010101111100101001100101111111111000111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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