#81A39D

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

Shades of Cascade #81A39D

Tints of Cascade #81A39D

Color information

#81A39D (or 0x81A39D) is unknown color: approx Cascade. HEX triplet: 81, A3 and 9D. RGB value is (129,163,157). Sum of RGB (Red+Green+Blue) = 129+163+157=449 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.73% from 449); Green value is 163 (64.06% from 255 or 36.30% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 163 - color contains mainly: green. Hex color #81A39D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81A39D is #7E5C62. Grayscale: #989898. Windows color (decimal): -8281187 or 10331009. OLE color: 10331009.

HSL color Cylindrical-coordinate representation of color #81A39D: hue angle of 169.41º 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 #81A39D is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB129163157-
CMYK0.2100.040.36
HSL169.41º15.6%57.25%-
HSV(B)169.41º20.86%63.92%-
XYZ28.2433.336.84-
YUV152.15130.74111.49-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.73%
GREEN value IS 163 (64.06% from 255) = 36.30%
BLUE value IS 157 (61.72% from 255) = 34.97%
R=28.73%
G=36.30%
B=34.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1291631570.2100.040.36169.4115.657.25
Hex81A39D150424a91039
Octal2012432352504442512071
Binary1000000110100011100111011010101001001001010100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,163,157); }

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

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

 a { background-color: rgb(129,163,157); }

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

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

 span { border-color: rgb(129,163,157); }

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