#84AC9A

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

Shades of Padua #84AC9A

Tints of Padua #84AC9A

Color information

#84AC9A (or 0x84AC9A) is unknown color: approx Padua. HEX triplet: 84, AC and 9A. RGB value is (132,172,154). Sum of RGB (Red+Green+Blue) = 132+172+154=458 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.82% from 458); Green value is 172 (67.58% from 255 or 37.55% from 458); Blue value is 154 (60.55% from 255 or 33.62% from 458); Max value from RGB is 172 - color contains mainly: green. Hex color #84AC9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AC9A is #7B5365. Grayscale: #9E9E9E. Windows color (decimal): -8082278 or 10136708. OLE color: 10136708.

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

Color convert

RGB132172154-
CMYK0.2300.100.33
HSL153º19.42%59.61%-
HSV(B)153º23.26%67.45%-
XYZ30.136.7436.08-
YUV157.99125.75109.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.82%
GREEN value IS 172 (67.58% from 255) = 37.55%
BLUE value IS 154 (60.55% from 255) = 33.62%
R=28.82%
G=37.55%
B=33.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321721540.2300.100.3315319.4259.61
Hex84AC9A170A2199133c
Octal20425423227012412312374
Binary10000100101011001001101010111010101000011001100110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,172,154); }

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

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

 a { background-color: rgb(132,172,154); }

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

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

 span { border-color: rgb(132,172,154); }

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