#84AB99

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

Shades of Padua #84AB99

Tints of Padua #84AB99

Color information

#84AB99 (or 0x84AB99) is unknown color: approx Padua. HEX triplet: 84, AB and 99. RGB value is (132,171,153). Sum of RGB (Red+Green+Blue) = 132+171+153=456 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.95% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 171 - color contains mainly: green. Hex color #84AB99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AB99 is #7B5466. Grayscale: #9D9D9D. Windows color (decimal): -8082535 or 10070916. OLE color: 10070916.

HSL color Cylindrical-coordinate representation of color #84AB99: hue angle of 152.31º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #84AB99 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB132171153-
CMYK0.2300.110.33
HSL152.31º18.84%59.41%-
HSV(B)152.31º22.81%67.06%-
XYZ29.8336.3335.58-
YUV157.29125.58109.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.95%
GREEN value IS 171 (67.19% from 255) = 37.5%
BLUE value IS 153 (60.16% from 255) = 33.55%
R=28.95%
G=37.5%
B=33.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321711530.2300.110.33152.3118.8459.41
Hex84AB99170B2198133b
Octal20425323127013412302373
Binary10000100101010111001100110111010111000011001100010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,171,153); }

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

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

 a { background-color: rgb(132,171,153); }

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

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

 span { border-color: rgb(132,171,153); }

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