#81B996

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

Shades of Padua #81B996

Tints of Padua #81B996

Color information

#81B996 (or 0x81B996) is unknown color: approx Padua. HEX triplet: 81, B9 and 96. RGB value is (129,185,150). Sum of RGB (Red+Green+Blue) = 129+185+150=464 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.80% from 464); Green value is 185 (72.66% from 255 or 39.87% from 464); Blue value is 150 (58.98% from 255 or 32.33% from 464); Max value from RGB is 185 - color contains mainly: green. Hex color #81B996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B996 is #7E4669. Grayscale: #A4A4A4. Windows color (decimal): -8275562 or 9877889. OLE color: 9877889.

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

Color convert

RGB129185150-
CMYK0.3000.190.27
HSL142.5º28.57%61.57%-
HSV(B)142.5º30.27%72.55%-
XYZ31.9141.5735.2-
YUV164.27119.95102.85-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.80%
GREEN value IS 185 (72.66% from 255) = 39.87%
BLUE value IS 150 (58.98% from 255) = 32.33%
R=27.80%
G=39.87%
B=32.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1291851500.3000.190.27142.528.5761.57
Hex81B9961E0131B8e1d3e
Octal20127122636023332163576
Binary10000001101110011001011011110010011110111000111011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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