Html Css Color HEX #88AAA0 Cascade

📋 copy color: '#88AAA0'

red 136 ◦ green 170 ◦ blue 160

#88AAA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cascade #88AAA0

Tints of Cascade #88AAA0

RGB

 RED value IS 136 (53.52% from 255) = 29.18%

 GREEN value IS 170 (66.8% from 255) = 36.48%

 BLUE value IS 160 (62.89% from 255) = 34.33%

R = 29.18%
G = 36.48%
B = 34.33%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#88AAA0 (or 0x88AAA0) is known color: Cascade. HEX triplet: 88, AA and A0. RGB value is (136,170,160). Sum of RGB (Red+Green+Blue) = 136+170+160=466 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.18% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 170 - color contains mainly: green. Hex color #88AAA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AAA0 is #77555F. Grayscale: #9E9E9E. Windows color (decimal): -7820640 or 10529416. OLE color: 10529416.

HSL color Cylindrical-coordinate representation of color #88AAA0: hue angle of 162.35º 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 #88AAA0 is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 136 170 160 -
CMYK 0.20 0 0.06 0.33
HSL 162.35º 0.17% 0.6% -
HSV(B) 162.35º 0.2% 0.67% -
XYZ 30.87 36.52 38.68 -
YUV 158.69 128.74 111.81 -
System Red Green Blue C M Y K H S L
Decimal 136 170 160 0.20 0 0.06 0.33 162.35 0.17 0.6
Hex 88 AA A0 14 0 6 21 A2 11 3C
Octal 210 252 240 24 0 6 41 242 21 74
Binary 10001000 10101010 10100000 10100 0 110 100001 10100010 10001 111100

Color Harmonies of #88AAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88AAA0

Black with #88AAA0

Text Example


Text Example

White with #88AAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #88AAA0;
 }
 .AnyTagClassName
 {
   color: #88AAA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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