#81BD97

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

Shades of Padua #81BD97

Tints of Padua #81BD97

Color information

#81BD97 (or 0x81BD97) is unknown color: approx Padua. HEX triplet: 81, BD and 97. RGB value is (129,189,151). Sum of RGB (Red+Green+Blue) = 129+189+151=469 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.51% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 151 (59.38% from 255 or 32.20% from 469); Max value from RGB is 189 - color contains mainly: green. Hex color #81BD97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BD97 is #7E4268. Grayscale: #A6A6A6. Windows color (decimal): -8274537 or 9944449. OLE color: 9944449.

HSL color Cylindrical-coordinate representation of color #81BD97: hue angle of 142º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #81BD97 is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB129189151-
CMYK0.3200.200.26
HSL142º31.25%62.35%-
HSV(B)142º31.75%74.12%-
XYZ32.8443.335.9-
YUV166.73119.12101.09-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.51%
GREEN value IS 189 (74.22% from 255) = 40.30%
BLUE value IS 151 (59.38% from 255) = 32.20%
R=27.51%
G=40.30%
B=32.20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1291891510.3200.200.2614231.2562.35
Hex81BD97200141A8e1f3e
Octal20127522740024322163776
Binary100000011011110110010111100000010100110101000111011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,189,151); }

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

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

 a { background-color: rgb(129,189,151); }

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

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

 span { border-color: rgb(129,189,151); }

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