#99DD9F

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

Shades of Chinook #99DD9F

Tints of Chinook #99DD9F

Color information

#99DD9F (or 0x99DD9F) is unknown color: approx Chinook. HEX triplet: 99, DD and 9F. RGB value is (153,221,159). Sum of RGB (Red+Green+Blue) = 153+221+159=533 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.71% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 159 (62.5% from 255 or 29.83% from 533); Max value from RGB is 221 - color contains mainly: green. Hex color #99DD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DD9F is #662260. Grayscale: #C1C1C1. Windows color (decimal): -6693473 or 10476953. OLE color: 10476953.

HSL color Cylindrical-coordinate representation of color #99DD9F: hue angle of 125.29º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99DD9F is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB153221159-
CMYK0.3100.280.13
HSL125.29º50%73.33%-
HSV(B)125.29º30.77%86.67%-
XYZ45.2560.9942.19-
YUV193.6108.4799.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.71%
GREEN value IS 221 (86.72% from 255) = 41.46%
BLUE value IS 159 (62.5% from 255) = 29.83%
R=28.71%
G=41.46%
B=29.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532211590.3100.280.13125.295073.33
Hex99DD9F1F01CD7d3249
Octal231335237370341517562111
Binary10011001110111011001111111111011100110111111011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99DD9F; }

 p { color: rgb(153,221,159); }

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

<style>
 a { background-color: #99DD9F; }

 a { background-color: rgb(153,221,159); }

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

<style>
 span { border-color: #99DD9F; }

 span { border-color: rgb(153,221,159); }

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