#84BDA1

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

Shades of Padua #84BDA1

Tints of Padua #84BDA1

Color information

#84BDA1 (or 0x84BDA1) is unknown color: approx Padua. HEX triplet: 84, BD and A1. RGB value is (132,189,161). Sum of RGB (Red+Green+Blue) = 132+189+161=482 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.39% from 482); Green value is 189 (74.22% from 255 or 39.21% from 482); Blue value is 161 (63.28% from 255 or 33.40% from 482); Max value from RGB is 189 - color contains mainly: green. Hex color #84BDA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BDA1 is #7B425E. Grayscale: #A8A8A8. Windows color (decimal): -8077919 or 10599812. OLE color: 10599812.

HSL color Cylindrical-coordinate representation of color #84BDA1: hue angle of 150.53º 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 #84BDA1 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB132189161-
CMYK0.3000.150.26
HSL150.53º30.16%62.94%-
HSV(B)150.53º30.16%74.12%-
XYZ34.1543.8740.39-
YUV168.76123.62101.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.39%
GREEN value IS 189 (74.22% from 255) = 39.21%
BLUE value IS 161 (63.28% from 255) = 33.40%
R=27.39%
G=39.21%
B=33.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1321891610.3000.150.26150.5330.1662.94
Hex84BDA11E0F1A971e3f
Octal20427524136017322273677
Binary1000010010111101101000011111001111110101001011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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