#99DDA6

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

Shades of Chinook #99DDA6

Tints of Chinook #99DDA6

Color information

#99DDA6 (or 0x99DDA6) is unknown color: approx Chinook. HEX triplet: 99, DD and A6. RGB value is (153,221,166). Sum of RGB (Red+Green+Blue) = 153+221+166=540 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.33% from 540); Green value is 221 (86.72% from 255 or 40.93% from 540); Blue value is 166 (65.23% from 255 or 30.74% from 540); Max value from RGB is 221 - color contains mainly: green. Hex color #99DDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DDA6 is #662259. Grayscale: #C2C2C2. Windows color (decimal): -6693466 or 10935705. OLE color: 10935705.

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

Color convert

RGB153221166-
CMYK0.3100.250.13
HSL131.47º50%73.33%-
HSV(B)131.47º30.77%86.67%-
XYZ45.8861.2445.48-
YUV194.4111.9798.47-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.33%
GREEN value IS 221 (86.72% from 255) = 40.93%
BLUE value IS 166 (65.23% from 255) = 30.74%
R=28.33%
G=40.93%
B=30.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532211660.3100.250.13131.475073.33
Hex99DDA61F019D833249
Octal231335246370311520362111
Binary100110011101110110100110111110110011101100000111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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