#81C9A0

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

Shades of Padua #81C9A0

Tints of Padua #81C9A0

Color information

#81C9A0 (or 0x81C9A0) is unknown color: approx Padua. HEX triplet: 81, C9 and A0. RGB value is (129,201,160). Sum of RGB (Red+Green+Blue) = 129+201+160=490 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.33% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 160 (62.89% from 255 or 32.65% from 490); Max value from RGB is 201 - color contains mainly: green. Hex color #81C9A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C9A0 is #7E365F. Grayscale: #AEAEAE. Windows color (decimal): -8271456 or 10537345. OLE color: 10537345.

HSL color Cylindrical-coordinate representation of color #81C9A0: hue angle of 145.83º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #81C9A0 is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB129201160-
CMYK0.3600.200.21
HSL145.83º40%64.71%-
HSV(B)145.83º35.82%78.82%-
XYZ36.2948.9840.8-
YUV174.8119.6595.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.33%
GREEN value IS 201 (78.91% from 255) = 41.02%
BLUE value IS 160 (62.89% from 255) = 32.65%
R=26.33%
G=41.02%
B=32.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1292011600.3600.200.21145.834064.71
Hex81C9A02401415922841
Octal201311240440242522250101
Binary10000001110010011010000010010001010010101100100101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,201,160); }

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

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

 a { background-color: rgb(129,201,160); }

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

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

 span { border-color: rgb(129,201,160); }

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