#88AF9D

Color #88AF9D Cascade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cascade #88AF9D

Tints of Cascade #88AF9D

Color information

#88AF9D (or 0x88AF9D) is unknown color: approx Cascade. HEX triplet: 88, AF and 9D. RGB value is (136,175,157). Sum of RGB (Red+Green+Blue) = 136+175+157=468 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.06% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 157 (61.72% from 255 or 33.55% from 468); Max value from RGB is 175 - color contains mainly: green. Hex color #88AF9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AF9D is #775062. Grayscale: #A1A1A1. Windows color (decimal): -7819363 or 10334088. OLE color: 10334088.

HSL color Cylindrical-coordinate representation of color #88AF9D: hue angle of 152.31º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #88AF9D is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB136175157-
CMYK0.2200.100.31
HSL152.31º19.6%60.98%-
HSV(B)152.31º22.29%68.63%-
XYZ31.5738.3337.63-
YUV161.29125.58109.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.06%
GREEN value IS 175 (68.75% from 255) = 37.39%
BLUE value IS 157 (61.72% from 255) = 33.55%
R=29.06%
G=37.39%
B=33.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1361751570.2200.100.31152.3119.660.98
Hex88AF9D160A1F98143d
Octal21025723526012372302475
Binary1000100010101111100111011011001010111111001100010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #88AF9D;
 }
 .AnyTagClassName
 {
   color: #88AF9D;
 }
</style>
background-color css

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

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

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

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

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

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