#81A29B

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

Shades of Cascade #81A29B

Tints of Cascade #81A29B

Color information

#81A29B (or 0x81A29B) is unknown color: approx Cascade. HEX triplet: 81, A2 and 9B. RGB value is (129,162,155). Sum of RGB (Red+Green+Blue) = 129+162+155=446 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.92% from 446); Green value is 162 (63.67% from 255 or 36.32% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 162 - color contains mainly: green. Hex color #81A29B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81A29B is #7E5D64. Grayscale: #979797. Windows color (decimal): -8281445 or 10199681. OLE color: 10199681.

HSL color Cylindrical-coordinate representation of color #81A29B: hue angle of 167.27º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #81A29B is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB129162155-
CMYK0.2000.040.36
HSL167.27º15.07%57.06%-
HSV(B)167.27º20.37%63.53%-
XYZ27.8932.8735.89-
YUV151.33130.07112.07-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.92%
GREEN value IS 162 (63.67% from 255) = 36.32%
BLUE value IS 155 (60.94% from 255) = 34.75%
R=28.92%
G=36.32%
B=34.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1291621550.2000.040.36167.2715.0757.06
Hex81A29B140424a7f39
Octal2012422332404442471771
Binary100000011010001010011011101000100100100101001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,162,155); }

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

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

 a { background-color: rgb(129,162,155); }

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

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

 span { border-color: rgb(129,162,155); }

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