#81AC97

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

Shades of Padua #81AC97

Tints of Padua #81AC97

Color information

#81AC97 (or 0x81AC97) is unknown color: approx Padua. HEX triplet: 81, AC and 97. RGB value is (129,172,151). Sum of RGB (Red+Green+Blue) = 129+172+151=452 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.54% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 151 (59.38% from 255 or 33.41% from 452); Max value from RGB is 172 - color contains mainly: green. Hex color #81AC97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81AC97 is #7E5368. Grayscale: #9C9C9C. Windows color (decimal): -8278889 or 9940097. OLE color: 9940097.

HSL color Cylindrical-coordinate representation of color #81AC97: hue angle of 150.7º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #81AC97 is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB129172151-
CMYK0.2500.120.33
HSL150.7º20.57%59.02%-
HSV(B)150.7º25%67.45%-
XYZ29.3936.4134.76-
YUV156.75124.75108.21-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.54%
GREEN value IS 172 (67.58% from 255) = 38.05%
BLUE value IS 151 (59.38% from 255) = 33.41%
R=28.54%
G=38.05%
B=33.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291721510.2500.120.33150.720.5759.02
Hex81AC97190C2197153b
Octal20125422731014412272573
Binary10000001101011001001011111001011001000011001011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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