Html Css Color HEX #88A79E Cascade

📋 copy color: '#88A79E'

red 136 ◦ green 167 ◦ blue 158

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

Shades of Cascade #88A79E

Tints of Cascade #88A79E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.23%

 BLUE value IS 158 (62.11% from 255) = 34.27%

R = 29.5%
G = 36.23%
B = 34.27%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#88A79E (or 0x88A79E) is known color: Cascade. HEX triplet: 88, A7 and 9E. RGB value is (136,167,158). Sum of RGB (Red+Green+Blue) = 136+167+158=461 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.50% from 461); Green value is 167 (65.62% from 255 or 36.23% from 461); Blue value is 158 (62.11% from 255 or 34.27% from 461); Max value from RGB is 167 - color contains mainly: green. Hex color #88A79E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A79E is #775861. Grayscale: #9C9C9C. Windows color (decimal): -7821410 or 10397576. OLE color: 10397576.

HSL color Cylindrical-coordinate representation of color #88A79E: hue angle of 162.58º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #88A79E is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 136 167 158 -
CMYK 0.19 0 0.05 0.35
HSL 162.58º 0.15% 0.59% -
HSV(B) 162.58º 0.19% 0.65% -
XYZ 30.14 35.34 37.58 -
YUV 156.71 128.73 113.23 -
System Red Green Blue C M Y K H S L
Decimal 136 167 158 0.19 0 0.05 0.35 162.58 0.15 0.59
Hex 88 A7 9E 13 0 5 23 A3 F 3B
Octal 210 247 236 23 0 5 43 243 17 73
Binary 10001000 10100111 10011110 10011 0 101 100011 10100011 1111 111011

Color Harmonies of #88A79E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A79E

Black with #88A79E

Text Example


Text Example

White with #88A79E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,167,158); }

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

background-color css

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

 a { background-color: rgb(136,167,158); }

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

border-color css

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

 span { border-color: rgb(136,167,158); }

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