#81BAA1

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

Shades of Padua #81BAA1

Tints of Padua #81BAA1

Color information

#81BAA1 (or 0x81BAA1) is unknown color: approx Padua. HEX triplet: 81, BA and A1. RGB value is (129,186,161). Sum of RGB (Red+Green+Blue) = 129+186+161=476 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.10% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 161 (63.28% from 255 or 33.82% from 476); Max value from RGB is 186 - color contains mainly: green. Hex color #81BAA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BAA1 is #7E455E. Grayscale: #A6A6A6. Windows color (decimal): -8275295 or 10599041. OLE color: 10599041.

HSL color Cylindrical-coordinate representation of color #81BAA1: hue angle of 153.68º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #81BAA1 is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB129186161-
CMYK0.3100.130.27
HSL153.68º29.23%61.76%-
HSV(B)153.68º30.65%72.94%-
XYZ33.0542.3640.15-
YUV166.11125.12101.53-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.10%
GREEN value IS 186 (73.05% from 255) = 39.08%
BLUE value IS 161 (63.28% from 255) = 33.82%
R=27.10%
G=39.08%
B=33.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1291861610.3100.130.27153.6829.2361.76
Hex81BAA11F0D1B9a1d3e
Octal20127224137015332323576
Binary1000000110111010101000011111101101110111001101011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81BAA1; }

 p { color: rgb(129,186,161); }

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

<style>
 a { background-color: #81BAA1; }

 a { background-color: rgb(129,186,161); }

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

<style>
 span { border-color: #81BAA1; }

 span { border-color: rgb(129,186,161); }

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