#96DFAA

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

Shades of Chinook #96DFAA

Tints of Chinook #96DFAA

Color information

#96DFAA (or 0x96DFAA) is unknown color: approx Chinook. HEX triplet: 96, DF and AA. RGB value is (150,223,170). Sum of RGB (Red+Green+Blue) = 150+223+170=543 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.62% from 543); Green value is 223 (87.5% from 255 or 41.07% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 223 - color contains mainly: green. Hex color #96DFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DFAA is #692055. Grayscale: #C3C3C3. Windows color (decimal): -6889558 or 11198358. OLE color: 11198358.

HSL color Cylindrical-coordinate representation of color #96DFAA: hue angle of 136.44º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96DFAA is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB150223170-
CMYK0.3300.240.13
HSL136.44º53.28%73.14%-
HSV(B)136.44º32.74%87.45%-
XYZ46.2262.1647.59-
YUV195.13113.8295.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.62%
GREEN value IS 223 (87.5% from 255) = 41.07%
BLUE value IS 170 (66.80% from 255) = 31.31%
R=27.62%
G=41.07%
B=31.31%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1502231700.3300.240.13136.4453.2873.14
Hex96DFAA21018D883549
Octal226337252410301521065111
Binary1001011011011111101010101000010110001101100010001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96DFAA; }

 p { color: rgb(150,223,170); }

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

<style>
 a { background-color: #96DFAA; }

 a { background-color: rgb(150,223,170); }

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

<style>
 span { border-color: #96DFAA; }

 span { border-color: rgb(150,223,170); }

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