#84AF9A

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

Shades of Padua #84AF9A

Tints of Padua #84AF9A

Color information

#84AF9A (or 0x84AF9A) is unknown color: approx Padua. HEX triplet: 84, AF and 9A. RGB value is (132,175,154). Sum of RGB (Red+Green+Blue) = 132+175+154=461 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.63% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 154 (60.55% from 255 or 33.41% from 461); Max value from RGB is 175 - color contains mainly: green. Hex color #84AF9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AF9A is #7B5065. Grayscale: #9F9F9F. Windows color (decimal): -8081510 or 10137476. OLE color: 10137476.

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

Color convert

RGB132175154-
CMYK0.2500.120.31
HSL150.7º21.18%60.2%-
HSV(B)150.7º24.57%68.63%-
XYZ30.6837.936.27-
YUV159.75124.75108.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.63%
GREEN value IS 175 (68.75% from 255) = 37.96%
BLUE value IS 154 (60.55% from 255) = 33.41%
R=28.63%
G=37.96%
B=33.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1321751540.2500.120.31150.721.1860.2
Hex84AF9A190C1F97153c
Octal20425723231014372272574
Binary1000010010101111100110101100101100111111001011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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