#88DD9C

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

Shades of Chinook #88DD9C

Tints of Chinook #88DD9C

Color information

#88DD9C (or 0x88DD9C) is unknown color: approx Chinook. HEX triplet: 88, DD and 9C. RGB value is (136,221,156). Sum of RGB (Red+Green+Blue) = 136+221+156=513 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.51% from 513); Green value is 221 (86.72% from 255 or 43.08% from 513); Blue value is 156 (61.33% from 255 or 30.41% from 513); Max value from RGB is 221 - color contains mainly: green. Hex color #88DD9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DD9C is #772263. Grayscale: #BCBCBC. Windows color (decimal): -7807588 or 10280328. OLE color: 10280328.

HSL color Cylindrical-coordinate representation of color #88DD9C: hue angle of 134.12º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DD9C is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB136221156-
CMYK0.3800.290.13
HSL134.12º55.56%70%-
HSV(B)134.12º38.46%86.67%-
XYZ42.0159.3540.69-
YUV188.18109.8490.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.51%
GREEN value IS 221 (86.72% from 255) = 43.08%
BLUE value IS 156 (61.33% from 255) = 30.41%
R=26.51%
G=43.08%
B=30.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1362211560.3800.290.13134.1255.5670
Hex88DD9C2601DD863846
Octal210335234460351520670106
Binary1000100011011101100111001001100111011101100001101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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