#81B994

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

Shades of Padua #81B994

Tints of Padua #81B994

Color information

#81B994 (or 0x81B994) is unknown color: approx Padua. HEX triplet: 81, B9 and 94. RGB value is (129,185,148). Sum of RGB (Red+Green+Blue) = 129+185+148=462 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.92% from 462); Green value is 185 (72.66% from 255 or 40.04% from 462); Blue value is 148 (58.20% from 255 or 32.03% from 462); Max value from RGB is 185 - color contains mainly: green. Hex color #81B994 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B994 is #7E466B. Grayscale: #A4A4A4. Windows color (decimal): -8275564 or 9746817. OLE color: 9746817.

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

Color convert

RGB129185148-
CMYK0.3000.200.27
HSL140.36º28.57%61.57%-
HSV(B)140.36º30.27%72.55%-
XYZ31.7541.534.35-
YUV164.04118.95103.01-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.92%
GREEN value IS 185 (72.66% from 255) = 40.04%
BLUE value IS 148 (58.20% from 255) = 32.03%
R=27.92%
G=40.04%
B=32.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1291851480.3000.200.27140.3628.5761.57
Hex81B9941E0141B8c1d3e
Octal20127122436024332143576
Binary10000001101110011001010011110010100110111000110011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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