#99D8AA

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

Shades of Chinook #99D8AA

Tints of Chinook #99D8AA

Color information

#99D8AA (or 0x99D8AA) is unknown color: approx Chinook. HEX triplet: 99, D8 and AA. RGB value is (153,216,170). Sum of RGB (Red+Green+Blue) = 153+216+170=539 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.39% from 539); Green value is 216 (84.77% from 255 or 40.07% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 216 - color contains mainly: green. Hex color #99D8AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D8AA is #662755. Grayscale: #C0C0C0. Windows color (decimal): -6694742 or 11196569. OLE color: 11196569.

HSL color Cylindrical-coordinate representation of color #99D8AA: hue angle of 136.19º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99D8AA is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB153216170-
CMYK0.2900.210.15
HSL136.19º44.68%72.35%-
HSV(B)136.19º29.17%84.71%-
XYZ44.9558.7947.01-
YUV191.92115.63100.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.39%
GREEN value IS 216 (84.77% from 255) = 40.07%
BLUE value IS 170 (66.80% from 255) = 31.54%
R=28.39%
G=40.07%
B=31.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1532161700.2900.210.15136.1944.6872.35
Hex99D8AA1D015F882d48
Octal231330252350251721055110
Binary100110011101100010101010111010101011111100010001011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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