#96DCAA

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

Shades of Chinook #96DCAA

Tints of Chinook #96DCAA

Color information

#96DCAA (or 0x96DCAA) is unknown color: approx Chinook. HEX triplet: 96, DC and AA. RGB value is (150,220,170). Sum of RGB (Red+Green+Blue) = 150+220+170=540 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.78% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 220 - color contains mainly: green. Hex color #96DCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DCAA is #692355. Grayscale: #C1C1C1. Windows color (decimal): -6890326 or 11197590. OLE color: 11197590.

HSL color Cylindrical-coordinate representation of color #96DCAA: hue angle of 137.14º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DCAA is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB150220170-
CMYK0.3200.230.14
HSL137.14º50%72.55%-
HSV(B)137.14º31.82%86.27%-
XYZ45.4360.5747.33-
YUV193.37114.8197.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.78%
GREEN value IS 220 (86.33% from 255) = 40.74%
BLUE value IS 170 (66.80% from 255) = 31.48%
R=27.78%
G=40.74%
B=31.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1502201700.3200.230.14137.145072.55
Hex96DCAA20017E893249
Octal226334252400271621162111
Binary1001011011011100101010101000000101111110100010011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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