#81B59B

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

Shades of Padua #81B59B

Tints of Padua #81B59B

Color information

#81B59B (or 0x81B59B) is unknown color: approx Padua. HEX triplet: 81, B5 and 9B. RGB value is (129,181,155). Sum of RGB (Red+Green+Blue) = 129+181+155=465 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.74% from 465); Green value is 181 (71.09% from 255 or 38.92% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 181 - color contains mainly: green. Hex color #81B59B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B59B is #7E4A64. Grayscale: #A2A2A2. Windows color (decimal): -8276581 or 10204545. OLE color: 10204545.

HSL color Cylindrical-coordinate representation of color #81B59B: hue angle of 150º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #81B59B is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB129181155-
CMYK0.2900.140.29
HSL150º26%60.78%-
HSV(B)150º28.73%70.98%-
XYZ31.4940.0837.09-
YUV162.49123.77104.11-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.74%
GREEN value IS 181 (71.09% from 255) = 38.92%
BLUE value IS 155 (60.94% from 255) = 33.33%
R=27.74%
G=38.92%
B=33.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1291811550.2900.140.291502660.78
Hex81B59B1D0E1D961a3d
Octal20126523335016352263275
Binary1000000110110101100110111110101110111011001011011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,181,155); }

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

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

 a { background-color: rgb(129,181,155); }

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

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

 span { border-color: rgb(129,181,155); }

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