#81B99E

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

Shades of Padua #81B99E

Tints of Padua #81B99E

Color information

#81B99E (or 0x81B99E) is unknown color: approx Padua. HEX triplet: 81, B9 and 9E. RGB value is (129,185,158). Sum of RGB (Red+Green+Blue) = 129+185+158=472 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.33% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 158 (62.11% from 255 or 33.47% from 472); Max value from RGB is 185 - color contains mainly: green. Hex color #81B99E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B99E is #7E4661. Grayscale: #A5A5A5. Windows color (decimal): -8275554 or 10402177. OLE color: 10402177.

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

Color convert

RGB129185158-
CMYK0.3000.150.27
HSL151.07º28.57%61.57%-
HSV(B)151.07º30.27%72.55%-
XYZ32.5741.8338.71-
YUV165.18123.95102.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.33%
GREEN value IS 185 (72.66% from 255) = 39.19%
BLUE value IS 158 (62.11% from 255) = 33.47%
R=27.33%
G=39.19%
B=33.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1291851580.3000.150.27151.0728.5761.57
Hex81B99E1E0F1B971d3e
Octal20127123636017332273576
Binary1000000110111001100111101111001111110111001011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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