#81B396

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

Shades of Padua #81B396

Tints of Padua #81B396

Color information

#81B396 (or 0x81B396) is unknown color: approx Padua. HEX triplet: 81, B3 and 96. RGB value is (129,179,150). Sum of RGB (Red+Green+Blue) = 129+179+150=458 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.17% from 458); Green value is 179 (70.31% from 255 or 39.08% from 458); Blue value is 150 (58.98% from 255 or 32.75% from 458); Max value from RGB is 179 - color contains mainly: green. Hex color #81B396 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B396 is #7E4C69. Grayscale: #A0A0A0. Windows color (decimal): -8277098 or 9876353. OLE color: 9876353.

HSL color Cylindrical-coordinate representation of color #81B396: hue angle of 145.2º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #81B396 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB129179150-
CMYK0.2800.160.30
HSL145.2º24.75%60.39%-
HSV(B)145.2º27.93%70.2%-
XYZ30.6839.1134.79-
YUV160.74121.94105.36-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.17%
GREEN value IS 179 (70.31% from 255) = 39.08%
BLUE value IS 150 (58.98% from 255) = 32.75%
R=28.17%
G=39.08%
B=32.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1291791500.2800.160.30145.224.7560.39
Hex81B3961C0101E91193c
Octal20126322634020362213174
Binary10000001101100111001011011100010000111101001000111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,179,150); }

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

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

 a { background-color: rgb(129,179,150); }

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

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

 span { border-color: rgb(129,179,150); }

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