#81A49F

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

Shades of Cascade #81A49F

Tints of Cascade #81A49F

Color information

#81A49F (or 0x81A49F) is unknown color: approx Cascade. HEX triplet: 81, A4 and 9F. RGB value is (129,164,159). Sum of RGB (Red+Green+Blue) = 129+164+159=452 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.54% from 452); Green value is 164 (64.45% from 255 or 36.28% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 164 - color contains mainly: green. Hex color #81A49F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81A49F is #7E5B60. Grayscale: #989898. Windows color (decimal): -8280929 or 10462337. OLE color: 10462337.

HSL color Cylindrical-coordinate representation of color #81A49F: hue angle of 171.43º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #81A49F is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB129164159-
CMYK0.2100.030.36
HSL171.43º16.13%57.45%-
HSV(B)171.43º21.34%64.31%-
XYZ28.5933.7237.8-
YUV152.96131.4110.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.54%
GREEN value IS 164 (64.45% from 255) = 36.28%
BLUE value IS 159 (62.5% from 255) = 35.18%
R=28.54%
G=36.28%
B=35.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1291641590.2100.030.36171.4316.1357.45
Hex81A49F150324ab1039
Octal2012442372503442532071
Binary100000011010010010011111101010111001001010101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,164,159); }

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

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

 a { background-color: rgb(129,164,159); }

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

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

 span { border-color: rgb(129,164,159); }

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