Html Css Color HEX #88AB9F Cascade

📋 copy color: '#88AB9F'

red 136 ◦ green 171 ◦ blue 159

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

Shades of Cascade #88AB9F

Tints of Cascade #88AB9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 34.12%

R = 29.18%
G = 36.7%
B = 34.12%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#88AB9F (or 0x88AB9F) is known color: Cascade. HEX triplet: 88, AB and 9F. RGB value is (136,171,159). Sum of RGB (Red+Green+Blue) = 136+171+159=466 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.18% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 159 (62.5% from 255 or 34.12% from 466); Max value from RGB is 171 - color contains mainly: green. Hex color #88AB9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AB9F is #775460. Grayscale: #9F9F9F. Windows color (decimal): -7820385 or 10464136. OLE color: 10464136.

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

Color convert

RGB 136 171 159 -
CMYK 0.20 0 0.07 0.33
HSL 159.43º 0.17% 0.6% -
HSV(B) 159.43º 0.2% 0.67% -
XYZ 30.97 36.86 38.28 -
YUV 159.17 127.9 111.48 -
System Red Green Blue C M Y K H S L
Decimal 136 171 159 0.20 0 0.07 0.33 159.43 0.17 0.6
Hex 88 AB 9F 14 0 7 21 9F 11 3C
Octal 210 253 237 24 0 7 41 237 21 74
Binary 10001000 10101011 10011111 10100 0 111 100001 10011111 10001 111100

Color Harmonies of #88AB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88AB9F

Black with #88AB9F

Text Example


Text Example

White with #88AB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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