#81A994

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

Shades of Padua #81A994

Tints of Padua #81A994

Color information

#81A994 (or 0x81A994) is unknown color: approx Padua. HEX triplet: 81, A9 and 94. RGB value is (129,169,148). Sum of RGB (Red+Green+Blue) = 129+169+148=446 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.92% from 446); Green value is 169 (66.41% from 255 or 37.89% from 446); Blue value is 148 (58.20% from 255 or 33.18% from 446); Max value from RGB is 169 - color contains mainly: green. Hex color #81A994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81A994 is #7E566B. Grayscale: #9A9A9A. Windows color (decimal): -8279660 or 9742721. OLE color: 9742721.

HSL color Cylindrical-coordinate representation of color #81A994: hue angle of 148.5º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #81A994 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB129169148-
CMYK0.2400.120.34
HSL148.5º18.87%58.43%-
HSV(B)148.5º23.67%66.27%-
XYZ28.5935.1833.3-
YUV154.65124.25109.71-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.92%
GREEN value IS 169 (66.41% from 255) = 37.89%
BLUE value IS 148 (58.20% from 255) = 33.18%
R=28.92%
G=37.89%
B=33.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1291691480.2400.120.34148.518.8758.43
Hex81A994180C2294133a
Octal20125122430014422242372
Binary10000001101010011001010011000011001000101001010010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,169,148); }

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

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

 a { background-color: rgb(129,169,148); }

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

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

 span { border-color: rgb(129,169,148); }

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