#99DDA1

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

Shades of Chinook #99DDA1

Tints of Chinook #99DDA1

Color information

#99DDA1 (or 0x99DDA1) is unknown color: approx Chinook. HEX triplet: 99, DD and A1. RGB value is (153,221,161). Sum of RGB (Red+Green+Blue) = 153+221+161=535 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.60% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 161 (63.28% from 255 or 30.09% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #99DDA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DDA1 is #66225E. Grayscale: #C2C2C2. Windows color (decimal): -6693471 or 10608025. OLE color: 10608025.

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

Color convert

RGB153221161-
CMYK0.3100.270.13
HSL127.06º50%73.33%-
HSV(B)127.06º30.77%86.67%-
XYZ45.4361.0643.11-
YUV193.83109.4798.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.60%
GREEN value IS 221 (86.72% from 255) = 41.31%
BLUE value IS 161 (63.28% from 255) = 30.09%
R=28.60%
G=41.31%
B=30.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532211610.3100.270.13127.065073.33
Hex99DDA11F01BD7f3249
Octal231335241370331517762111
Binary10011001110111011010000111111011011110111111111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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