Html Css Color HEX #88A29A Cascade

📋 copy color: '#88A29A'

red 136 ◦ green 162 ◦ blue 154

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

Shades of Cascade #88A29A

Tints of Cascade #88A29A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.84%

 BLUE value IS 154 (60.55% from 255) = 34.07%

R = 30.09%
G = 35.84%
B = 34.07%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#88A29A (or 0x88A29A) is known color: Cascade. HEX triplet: 88, A2 and 9A. RGB value is (136,162,154). Sum of RGB (Red+Green+Blue) = 136+162+154=452 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.09% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 154 (60.55% from 255 or 34.07% from 452); Max value from RGB is 162 - color contains mainly: green. Hex color #88A29A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A29A is #775D65. Grayscale: #999999. Windows color (decimal): -7822694 or 10134152. OLE color: 10134152.

HSL color Cylindrical-coordinate representation of color #88A29A: hue angle of 161.54º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #88A29A is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 136 162 154 -
CMYK 0.16 0 0.05 0.36
HSL 161.54º 0.12% 0.58% -
HSV(B) 161.54º 0.16% 0.64% -
XYZ 28.91 33.41 35.5 -
YUV 153.31 128.39 115.65 -
System Red Green Blue C M Y K H S L
Decimal 136 162 154 0.16 0 0.05 0.36 161.54 0.12 0.58
Hex 88 A2 9A 10 0 5 24 A2 C 3A
Octal 210 242 232 20 0 5 44 242 14 72
Binary 10001000 10100010 10011010 10000 0 101 100100 10100010 1100 111010

Color Harmonies of #88A29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A29A

Black with #88A29A

Text Example


Text Example

White with #88A29A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,162,154); }

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

background-color css

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

 a { background-color: rgb(136,162,154); }

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

border-color css

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

 span { border-color: rgb(136,162,154); }

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