#96DFA8

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

Shades of Chinook #96DFA8

Tints of Chinook #96DFA8

Color information

#96DFA8 (or 0x96DFA8) is unknown color: approx Chinook. HEX triplet: 96, DF and A8. RGB value is (150,223,168). Sum of RGB (Red+Green+Blue) = 150+223+168=541 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.73% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 168 (66.02% from 255 or 31.05% from 541); Max value from RGB is 223 - color contains mainly: green. Hex color #96DFA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DFA8 is #692057. Grayscale: #C3C3C3. Windows color (decimal): -6889560 or 11067286. OLE color: 11067286.

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

Color convert

RGB150223168-
CMYK0.3300.250.13
HSL134.79º53.28%73.14%-
HSV(B)134.79º32.74%87.45%-
XYZ46.0362.0946.6-
YUV194.9112.8295.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.73%
GREEN value IS 223 (87.5% from 255) = 41.22%
BLUE value IS 168 (66.02% from 255) = 31.05%
R=27.73%
G=41.22%
B=31.05%

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
Decimal1502231680.3300.250.13134.7953.2873.14
Hex96DFA821019D873549
Octal226337250410311520765111
Binary1001011011011111101010001000010110011101100001111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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