#88DD9B

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

Shades of Chinook #88DD9B

Tints of Chinook #88DD9B

Color information

#88DD9B (or 0x88DD9B) is unknown color: approx Chinook. HEX triplet: 88, DD and 9B. RGB value is (136,221,155). Sum of RGB (Red+Green+Blue) = 136+221+155=512 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.56% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 155 (60.94% from 255 or 30.27% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #88DD9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DD9B is #772264. Grayscale: #BCBCBC. Windows color (decimal): -7807589 or 10214792. OLE color: 10214792.

HSL color Cylindrical-coordinate representation of color #88DD9B: hue angle of 133.41º 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 #88DD9B is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB136221155-
CMYK0.3800.300.13
HSL133.41º55.56%70%-
HSV(B)133.41º38.46%86.67%-
XYZ41.9359.3140.25-
YUV188.06109.3490.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.56%
GREEN value IS 221 (86.72% from 255) = 43.16%
BLUE value IS 155 (60.94% from 255) = 30.27%
R=26.56%
G=43.16%
B=30.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1362211550.3800.300.13133.4155.5670
Hex88DD9B2601ED853846
Octal210335233460361520570106
Binary1000100011011101100110111001100111101101100001011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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