#96DFA7

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

Shades of Chinook #96DFA7

Tints of Chinook #96DFA7

Color information

#96DFA7 (or 0x96DFA7) is unknown color: approx Chinook. HEX triplet: 96, DF and A7. RGB value is (150,223,167). Sum of RGB (Red+Green+Blue) = 150+223+167=540 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.78% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 167 (65.62% from 255 or 30.93% from 540); Max value from RGB is 223 - color contains mainly: green. Hex color #96DFA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DFA7 is #692058. Grayscale: #C2C2C2. Windows color (decimal): -6889561 or 11001750. OLE color: 11001750.

HSL color Cylindrical-coordinate representation of color #96DFA7: hue angle of 133.97º 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 #96DFA7 is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB150223167-
CMYK0.3300.250.13
HSL133.97º53.28%73.14%-
HSV(B)133.97º32.74%87.45%-
XYZ45.9462.0546.11-
YUV194.79112.3296.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.78%
GREEN value IS 223 (87.5% from 255) = 41.30%
BLUE value IS 167 (65.62% from 255) = 30.93%
R=27.78%
G=41.30%
B=30.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1502231670.3300.250.13133.9753.2873.14
Hex96DFA721019D863549
Octal226337247410311520665111
Binary1001011011011111101001111000010110011101100001101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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