Html Css Color HEX #88AB9B Cascade

📋 copy color: '#88AB9B'

red 136 ◦ green 171 ◦ blue 155

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

Shades of Cascade #88AB9B

Tints of Cascade #88AB9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.55%

R = 29.44%
G = 37.01%
B = 33.55%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#88AB9B (or 0x88AB9B) is known color: Cascade. HEX triplet: 88, AB and 9B. RGB value is (136,171,155). Sum of RGB (Red+Green+Blue) = 136+171+155=462 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.44% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 155 (60.94% from 255 or 33.55% from 462); Max value from RGB is 171 - color contains mainly: green. Hex color #88AB9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AB9B is #775464. Grayscale: #9E9E9E. Windows color (decimal): -7820389 or 10201992. OLE color: 10201992.

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

Color convert

RGB 136 171 155 -
CMYK 0.20 0 0.09 0.33
HSL 152.57º 0.17% 0.6% -
HSV(B) 152.57º 0.2% 0.67% -
XYZ 30.63 36.73 36.48 -
YUV 158.71 125.9 111.8 -
System Red Green Blue C M Y K H S L
Decimal 136 171 155 0.20 0 0.09 0.33 152.57 0.17 0.6
Hex 88 AB 9B 14 0 9 21 99 11 3C
Octal 210 253 233 24 0 11 41 231 21 74
Binary 10001000 10101011 10011011 10100 0 1001 100001 10011001 10001 111100

Color Harmonies of #88AB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88AB9B

Black with #88AB9B

Text Example


Text Example

White with #88AB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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