#84BD9A

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

Shades of Padua #84BD9A

Tints of Padua #84BD9A

Color information

#84BD9A (or 0x84BD9A) is unknown color: approx Padua. HEX triplet: 84, BD and 9A. RGB value is (132,189,154). Sum of RGB (Red+Green+Blue) = 132+189+154=475 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.79% from 475); Green value is 189 (74.22% from 255 or 39.79% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 189 - color contains mainly: green. Hex color #84BD9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BD9A is #7B4265. Grayscale: #A8A8A8. Windows color (decimal): -8077926 or 10141060. OLE color: 10141060.

HSL color Cylindrical-coordinate representation of color #84BD9A: hue angle of 143.16º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84BD9A is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB132189154-
CMYK0.3000.190.26
HSL143.16º30.16%62.94%-
HSV(B)143.16º30.16%74.12%-
XYZ33.5543.6337.23-
YUV167.97120.12102.35-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.79%
GREEN value IS 189 (74.22% from 255) = 39.79%
BLUE value IS 154 (60.55% from 255) = 32.42%
R=27.79%
G=39.79%
B=32.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1321891540.3000.190.26143.1630.1662.94
Hex84BD9A1E0131A8f1e3f
Octal20427523236023322173677
Binary10000100101111011001101011110010011110101000111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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