Html Css Color HEX #88DD9B Chinook

📋 copy color: '#88DD9B'

red 136 ◦ green 221 ◦ blue 155

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

Shades of Chinook #88DD9B

Tints of Chinook #88DD9B

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 value IS 0.38

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#88DD9B (or 0x88DD9B) is known color: 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

RGB 136 221 155 -
CMYK 0.38 0 0.30 0.13
HSL 133.41º 0.56% 0.7% -
HSV(B) 133.41º 0.38% 0.87% -
XYZ 41.93 59.31 40.25 -
YUV 188.06 109.34 90.87 -
System Red Green Blue C M Y K H S L
Decimal 136 221 155 0.38 0 0.30 0.13 133.41 0.56 0.7
Hex 88 DD 9B 26 0 1E D 85 38 46
Octal 210 335 233 46 0 36 15 205 70 106
Binary 10001000 11011101 10011011 100110 0 11110 1101 10000101 111000 1000110

Color Harmonies of #88DD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88DD9B

Black with #88DD9B

Text Example


Text Example

White with #88DD9B

Text Example


Text Example

HTML Codes & Css Web 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>