#99DDA5

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

Shades of Chinook #99DDA5

Tints of Chinook #99DDA5

Color information

#99DDA5 (or 0x99DDA5) is unknown color: approx Chinook. HEX triplet: 99, DD and A5. RGB value is (153,221,165). Sum of RGB (Red+Green+Blue) = 153+221+165=539 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.39% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 165 (64.84% from 255 or 30.61% from 539); Max value from RGB is 221 - color contains mainly: green. Hex color #99DDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DDA5 is #66225A. Grayscale: #C2C2C2. Windows color (decimal): -6693467 or 10870169. OLE color: 10870169.

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

Color convert

RGB153221165-
CMYK0.3100.250.13
HSL130.59º50%73.33%-
HSV(B)130.59º30.77%86.67%-
XYZ45.7861.245-
YUV194.28111.4798.55-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.39%
GREEN value IS 221 (86.72% from 255) = 41.00%
BLUE value IS 165 (64.84% from 255) = 30.61%
R=28.39%
G=41.00%
B=30.61%

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
Decimal1532211650.3100.250.13130.595073.33
Hex99DDA51F019D833249
Octal231335245370311520362111
Binary100110011101110110100101111110110011101100000111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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