#88AAA1

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

Shades of Cascade #88AAA1

Tints of Cascade #88AAA1

Color information

#88AAA1 (or 0x88AAA1) is unknown color: approx Cascade. HEX triplet: 88, AA and A1. RGB value is (136,170,161). Sum of RGB (Red+Green+Blue) = 136+170+161=467 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.12% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 161 (63.28% from 255 or 34.48% from 467); Max value from RGB is 170 - color contains mainly: green. Hex color #88AAA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AAA1 is #77555E. Grayscale: #9E9E9E. Windows color (decimal): -7820639 or 10594952. OLE color: 10594952.

HSL color Cylindrical-coordinate representation of color #88AAA1: hue angle of 164.12º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #88AAA1 is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB136170161-
CMYK0.2000.050.33
HSL164.12º16.67%60%-
HSV(B)164.12º20%66.67%-
XYZ30.9636.5639.14-
YUV158.81129.24111.73-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.12%
GREEN value IS 170 (66.80% from 255) = 36.40%
BLUE value IS 161 (63.28% from 255) = 34.48%
R=29.12%
G=36.40%
B=34.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361701610.2000.050.33164.1216.6760
Hex88AAA1140521a4113c
Octal2102522412405412442174
Binary1000100010101010101000011010001011000011010010010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88AAA1; }

 p { color: rgb(136,170,161); }

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

<style>
 a { background-color: #88AAA1; }

 a { background-color: rgb(136,170,161); }

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

<style>
 span { border-color: #88AAA1; }

 span { border-color: rgb(136,170,161); }

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