#99DDA4

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

Shades of Chinook #99DDA4

Tints of Chinook #99DDA4

Color information

#99DDA4 (or 0x99DDA4) is unknown color: approx Chinook. HEX triplet: 99, DD and A4. RGB value is (153,221,164). Sum of RGB (Red+Green+Blue) = 153+221+164=538 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.44% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 164 (64.45% from 255 or 30.48% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #99DDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DDA4 is #66225B. Grayscale: #C2C2C2. Windows color (decimal): -6693468 or 10804633. OLE color: 10804633.

HSL color Cylindrical-coordinate representation of color #99DDA4: hue angle of 129.71º 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 #99DDA4 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB153221164-
CMYK0.3100.260.13
HSL129.71º50%73.33%-
HSV(B)129.71º30.77%86.67%-
XYZ45.6961.1744.52-
YUV194.17110.9798.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.44%
GREEN value IS 221 (86.72% from 255) = 41.08%
BLUE value IS 164 (64.45% from 255) = 30.48%
R=28.44%
G=41.08%
B=30.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532211640.3100.260.13129.715073.33
Hex99DDA41F01AD823249
Octal231335244370321520262111
Binary100110011101110110100100111110110101101100000101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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