#81A59F

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

Shades of Cascade #81A59F

Tints of Cascade #81A59F

Color information

#81A59F (or 0x81A59F) is unknown color: approx Cascade. HEX triplet: 81, A5 and 9F. RGB value is (129,165,159). Sum of RGB (Red+Green+Blue) = 129+165+159=453 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.48% from 453); Green value is 165 (64.84% from 255 or 36.42% from 453); Blue value is 159 (62.5% from 255 or 35.10% from 453); Max value from RGB is 165 - color contains mainly: green. Hex color #81A59F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81A59F is #7E5A60. Grayscale: #999999. Windows color (decimal): -8280673 or 10462593. OLE color: 10462593.

HSL color Cylindrical-coordinate representation of color #81A59F: hue angle of 170º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #81A59F is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB129165159-
CMYK0.2200.040.35
HSL170º16.67%57.65%-
HSV(B)170º21.82%64.71%-
XYZ28.7734.0837.86-
YUV153.55131.07110.49-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.48%
GREEN value IS 165 (64.84% from 255) = 36.42%
BLUE value IS 159 (62.5% from 255) = 35.10%
R=28.48%
G=36.42%
B=35.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1291651590.2200.040.3517016.6757.65
Hex81A59F160423aa113a
Octal2012452372604432522172
Binary1000000110100101100111111011001001000111010101010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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