#81B99A

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

Shades of Padua #81B99A

Tints of Padua #81B99A

Color information

#81B99A (or 0x81B99A) is unknown color: approx Padua. HEX triplet: 81, B9 and 9A. RGB value is (129,185,154). Sum of RGB (Red+Green+Blue) = 129+185+154=468 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.56% from 468); Green value is 185 (72.66% from 255 or 39.53% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 185 - color contains mainly: green. Hex color #81B99A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B99A is #7E4665. Grayscale: #A4A4A4. Windows color (decimal): -8275558 or 10140033. OLE color: 10140033.

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

Color convert

RGB129185154-
CMYK0.3000.170.27
HSL146.79º28.57%61.57%-
HSV(B)146.79º30.27%72.55%-
XYZ32.2341.736.92-
YUV164.72121.95102.52-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.56%
GREEN value IS 185 (72.66% from 255) = 39.53%
BLUE value IS 154 (60.55% from 255) = 32.91%
R=27.56%
G=39.53%
B=32.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1291851540.3000.170.27146.7928.5761.57
Hex81B99A1E0111B931d3e
Octal20127123236021332233576
Binary10000001101110011001101011110010001110111001001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,185,154); }

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

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

 a { background-color: rgb(129,185,154); }

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

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

 span { border-color: rgb(129,185,154); }

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