#96DFA5

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

Shades of Chinook #96DFA5

Tints of Chinook #96DFA5

Color information

#96DFA5 (or 0x96DFA5) is unknown color: approx Chinook. HEX triplet: 96, DF and A5. RGB value is (150,223,165). Sum of RGB (Red+Green+Blue) = 150+223+165=538 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.88% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 165 (64.84% from 255 or 30.67% from 538); Max value from RGB is 223 - color contains mainly: green. Hex color #96DFA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DFA5 is #69205A. Grayscale: #C2C2C2. Windows color (decimal): -6889563 or 10870678. OLE color: 10870678.

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

Color convert

RGB150223165-
CMYK0.3300.260.13
HSL132.33º53.28%73.14%-
HSV(B)132.33º32.74%87.45%-
XYZ45.7661.9845.15-
YUV194.56111.3296.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.88%
GREEN value IS 223 (87.5% from 255) = 41.45%
BLUE value IS 165 (64.84% from 255) = 30.67%
R=27.88%
G=41.45%
B=30.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1502231650.3300.260.13132.3353.2873.14
Hex96DFA52101AD843549
Octal226337245410321520465111
Binary1001011011011111101001011000010110101101100001001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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