#81A498

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

Shades of Cascade #81A498

Tints of Cascade #81A498

Color information

#81A498 (or 0x81A498) is unknown color: approx Cascade. HEX triplet: 81, A4 and 98. RGB value is (129,164,152). Sum of RGB (Red+Green+Blue) = 129+164+152=445 (58% of max value = 765). Red value is 129 (50.78% from 255 or 28.99% from 445); Green value is 164 (64.45% from 255 or 36.85% from 445); Blue value is 152 (59.77% from 255 or 34.16% from 445); Max value from RGB is 164 - color contains mainly: green. Hex color #81A498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81A498 is #7E5B67. Grayscale: #989898. Windows color (decimal): -8280936 or 10003585. OLE color: 10003585.

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

Color convert

RGB129164152-
CMYK0.2100.070.36
HSL159.43º16.13%57.45%-
HSV(B)159.43º21.34%64.31%-
XYZ2833.4934.69-
YUV152.17127.9111.48-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.99%
GREEN value IS 164 (64.45% from 255) = 36.85%
BLUE value IS 152 (59.77% from 255) = 34.16%
R=28.99%
G=36.85%
B=34.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1291641520.2100.070.36159.4316.1357.45
Hex81A4981507249f1039
Octal2012442302507442372071
Binary1000000110100100100110001010101111001001001111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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