#81B99F

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

Shades of Padua #81B99F

Tints of Padua #81B99F

Color information

#81B99F (or 0x81B99F) is unknown color: approx Padua. HEX triplet: 81, B9 and 9F. RGB value is (129,185,159). Sum of RGB (Red+Green+Blue) = 129+185+159=473 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.27% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 159 (62.5% from 255 or 33.62% from 473); Max value from RGB is 185 - color contains mainly: green. Hex color #81B99F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B99F is #7E4660. Grayscale: #A5A5A5. Windows color (decimal): -8275553 or 10467713. OLE color: 10467713.

HSL color Cylindrical-coordinate representation of color #81B99F: hue angle of 152.14º 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 #81B99F is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB129185159-
CMYK0.3000.140.27
HSL152.14º28.57%61.57%-
HSV(B)152.14º30.27%72.55%-
XYZ32.6641.8739.16-
YUV165.29124.45102.11-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.27%
GREEN value IS 185 (72.66% from 255) = 39.11%
BLUE value IS 159 (62.5% from 255) = 33.62%
R=27.27%
G=39.11%
B=33.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1291851590.3000.140.27152.1428.5761.57
Hex81B99F1E0E1B981d3e
Octal20127123736016332303576
Binary1000000110111001100111111111001110110111001100011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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