#84BFA0

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

Shades of Padua #84BFA0

Tints of Padua #84BFA0

Color information

#84BFA0 (or 0x84BFA0) is unknown color: approx Padua. HEX triplet: 84, BF and A0. RGB value is (132,191,160). Sum of RGB (Red+Green+Blue) = 132+191+160=483 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.33% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 160 (62.89% from 255 or 33.13% from 483); Max value from RGB is 191 - color contains mainly: green. Hex color #84BFA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BFA0 is #7B405F. Grayscale: #A9A9A9. Windows color (decimal): -8077408 or 10534788. OLE color: 10534788.

HSL color Cylindrical-coordinate representation of color #84BFA0: hue angle of 148.47º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84BFA0 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB132191160-
CMYK0.3100.160.25
HSL148.47º31.55%63.33%-
HSV(B)148.47º30.89%74.9%-
XYZ34.4944.7140.07-
YUV169.82122.45101.02-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.33%
GREEN value IS 191 (75% from 255) = 39.54%
BLUE value IS 160 (62.89% from 255) = 33.13%
R=27.33%
G=39.54%
B=33.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321911600.3100.160.25148.4731.5563.33
Hex84BFA01F0101994203f
Octal20427724037020312244077
Binary100001001011111110100000111110100001100110010100100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,191,160); }

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

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

 a { background-color: rgb(132,191,160); }

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

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

 span { border-color: rgb(132,191,160); }

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