Html Css Color HEX #99DDAA Chinook

📋 copy color: '#99DDAA'

red 153 ◦ green 221 ◦ blue 170

#99DDAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chinook #99DDAA

Tints of Chinook #99DDAA

RGB

 RED value IS 153 (60.16% from 255) = 28.13%

 GREEN value IS 221 (86.72% from 255) = 40.63%

 BLUE value IS 170 (66.8% from 255) = 31.25%

R = 28.13%
G = 40.63%
B = 31.25%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#99DDAA (or 0x99DDAA) is known color: Chinook. HEX triplet: 99, DD and AA. RGB value is (153,221,170). Sum of RGB (Red+Green+Blue) = 153+221+170=544 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.12% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 221 - color contains mainly: green. Hex color #99DDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DDAA is #662255. Grayscale: #C2C2C2. Windows color (decimal): -6693462 or 11197849. OLE color: 11197849.

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

Color convert

RGB 153 221 170 -
CMYK 0.31 0 0.23 0.13
HSL 135º 0.5% 0.73% -
HSV(B) 135º 0.31% 0.87% -
XYZ 46.25 61.39 47.44 -
YUV 194.85 113.97 98.15 -
System Red Green Blue C M Y K H S L
Decimal 153 221 170 0.31 0 0.23 0.13 135 0.5 0.73
Hex 99 DD AA 1F 0 17 D 87 32 49
Octal 231 335 252 37 0 27 15 207 62 111
Binary 10011001 11011101 10101010 11111 0 10111 1101 10000111 110010 1001001

Color Harmonies of #99DDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DDAA

Black with #99DDAA

Text Example


Text Example

White with #99DDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #99DDAA;
 }
 .AnyTagClassName
 {
   color: #99DDAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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