Html Css Color HEX #88AC9C Cascade

📋 copy color: '#88AC9C'

red 136 ◦ green 172 ◦ blue 156

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

Shades of Cascade #88AC9C

Tints of Cascade #88AC9C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.07%

 BLUE value IS 156 (61.33% from 255) = 33.62%

R = 29.31%
G = 37.07%
B = 33.62%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#88AC9C (or 0x88AC9C) is known color: Cascade. HEX triplet: 88, AC and 9C. RGB value is (136,172,156). Sum of RGB (Red+Green+Blue) = 136+172+156=464 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.31% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 172 - color contains mainly: green. Hex color #88AC9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AC9C is #775363. Grayscale: #9F9F9F. Windows color (decimal): -7820132 or 10267784. OLE color: 10267784.

HSL color Cylindrical-coordinate representation of color #88AC9C: hue angle of 153.33º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #88AC9C is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 136 172 156 -
CMYK 0.21 0 0.09 0.33
HSL 153.33º 0.18% 0.6% -
HSV(B) 153.33º 0.21% 0.67% -
XYZ 30.91 37.14 36.99 -
YUV 159.41 126.07 111.3 -
System Red Green Blue C M Y K H S L
Decimal 136 172 156 0.21 0 0.09 0.33 153.33 0.18 0.6
Hex 88 AC 9C 15 0 9 21 99 12 3C
Octal 210 254 234 25 0 11 41 231 22 74
Binary 10001000 10101100 10011100 10101 0 1001 100001 10011001 10010 111100

Color Harmonies of #88AC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88AC9C

Black with #88AC9C

Text Example


Text Example

White with #88AC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,172,156); }

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

background-color css

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

 a { background-color: rgb(136,172,156); }

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

border-color css

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

 span { border-color: rgb(136,172,156); }

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