Html Css Color HEX #88AB9D Cascade

📋 copy color: '#88AB9D'

red 136 ◦ green 171 ◦ blue 157

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

Shades of Cascade #88AB9D

Tints of Cascade #88AB9D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.85%

 BLUE value IS 157 (61.72% from 255) = 33.84%

R = 29.31%
G = 36.85%
B = 33.84%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#88AB9D (or 0x88AB9D) is known color: Cascade. HEX triplet: 88, AB and 9D. RGB value is (136,171,157). Sum of RGB (Red+Green+Blue) = 136+171+157=464 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.31% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 171 - color contains mainly: green. Hex color #88AB9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AB9D is #775462. Grayscale: #9E9E9E. Windows color (decimal): -7820387 or 10333064. OLE color: 10333064.

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

Color convert

RGB 136 171 157 -
CMYK 0.20 0 0.08 0.33
HSL 156º 0.17% 0.6% -
HSV(B) 156º 0.2% 0.67% -
XYZ 30.8 36.79 37.38 -
YUV 158.94 126.9 111.64 -
System Red Green Blue C M Y K H S L
Decimal 136 171 157 0.20 0 0.08 0.33 156 0.17 0.6
Hex 88 AB 9D 14 0 8 21 9C 11 3C
Octal 210 253 235 24 0 10 41 234 21 74
Binary 10001000 10101011 10011101 10100 0 1000 100001 10011100 10001 111100

Color Harmonies of #88AB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88AB9D

Black with #88AB9D

Text Example


Text Example

White with #88AB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,171,157); }

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

background-color css

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

 a { background-color: rgb(136,171,157); }

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

border-color css

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

 span { border-color: rgb(136,171,157); }

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