#99DAA1

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

Shades of Chinook #99DAA1

Tints of Chinook #99DAA1

Color information

#99DAA1 (or 0x99DAA1) is unknown color: approx Chinook. HEX triplet: 99, DA and A1. RGB value is (153,218,161). Sum of RGB (Red+Green+Blue) = 153+218+161=532 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.76% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 161 (63.28% from 255 or 30.26% from 532); Max value from RGB is 218 - color contains mainly: green. Hex color #99DAA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DAA1 is #66255E. Grayscale: #C0C0C0. Windows color (decimal): -6694239 or 10607257. OLE color: 10607257.

HSL color Cylindrical-coordinate representation of color #99DAA1: hue angle of 127.38º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99DAA1 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB153218161-
CMYK0.3000.260.15
HSL127.38º46.76%72.75%-
HSV(B)127.38º29.82%85.49%-
XYZ44.6459.4942.85-
YUV192.07110.47100.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.76%
GREEN value IS 218 (85.55% from 255) = 40.98%
BLUE value IS 161 (63.28% from 255) = 30.26%
R=28.76%
G=40.98%
B=30.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1532181610.3000.260.15127.3846.7672.75
Hex99DAA11E01AF7f2f49
Octal231332241360321717757111
Binary10011001110110101010000111110011010111111111111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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