#81C29B

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

Shades of Padua #81C29B

Tints of Padua #81C29B

Color information

#81C29B (or 0x81C29B) is unknown color: approx Padua. HEX triplet: 81, C2 and 9B. RGB value is (129,194,155). Sum of RGB (Red+Green+Blue) = 129+194+155=478 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.99% from 478); Green value is 194 (76.17% from 255 or 40.59% from 478); Blue value is 155 (60.94% from 255 or 32.43% from 478); Max value from RGB is 194 - color contains mainly: green. Hex color #81C29B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C29B is #7E3D64. Grayscale: #AAAAAA. Windows color (decimal): -8273253 or 10207873. OLE color: 10207873.

HSL color Cylindrical-coordinate representation of color #81C29B: hue angle of 144º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #81C29B is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB129194155-
CMYK0.3400.200.24
HSL144º34.76%63.33%-
HSV(B)144º33.51%76.08%-
XYZ34.2645.6238.01-
YUV170.12119.4798.67-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.99%
GREEN value IS 194 (76.17% from 255) = 40.59%
BLUE value IS 155 (60.94% from 255) = 32.43%
R=26.99%
G=40.59%
B=32.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1291941550.3400.200.2414434.7663.33
Hex81C29B220141890233f
Octal20130223342024302204377
Binary1000000111000010100110111000100101001100010010000100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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