#81C097

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

Shades of Padua #81C097

Tints of Padua #81C097

Color information

#81C097 (or 0x81C097) is unknown color: approx Padua. HEX triplet: 81, C0 and 97. RGB value is (129,192,151). Sum of RGB (Red+Green+Blue) = 129+192+151=472 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.33% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 151 (59.38% from 255 or 31.99% from 472); Max value from RGB is 192 - color contains mainly: green. Hex color #81C097 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C097 is #7E3F68. Grayscale: #A8A8A8. Windows color (decimal): -8273769 or 9945217. OLE color: 9945217.

HSL color Cylindrical-coordinate representation of color #81C097: hue angle of 140.95º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #81C097 is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB129192151-
CMYK0.3300.210.25
HSL140.95º33.33%62.94%-
HSV(B)140.95º32.81%75.29%-
XYZ33.4944.636.12-
YUV168.49118.1399.83-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.33%
GREEN value IS 192 (75.39% from 255) = 40.68%
BLUE value IS 151 (59.38% from 255) = 31.99%
R=27.33%
G=40.68%
B=31.99%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1291921510.3300.210.25140.9533.3362.94
Hex81C09721015198d213f
Octal20130022741025312154177
Binary1000000111000000100101111000010101011100110001101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,192,151); }

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

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

 a { background-color: rgb(129,192,151); }

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

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

 span { border-color: rgb(129,192,151); }

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