#96DAA3

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

Shades of Chinook #96DAA3

Tints of Chinook #96DAA3

Color information

#96DAA3 (or 0x96DAA3) is unknown color: approx Chinook. HEX triplet: 96, DA and A3. RGB value is (150,218,163). Sum of RGB (Red+Green+Blue) = 150+218+163=531 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.25% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 163 (64.06% from 255 or 30.70% from 531); Max value from RGB is 218 - color contains mainly: green. Hex color #96DAA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DAA3 is #69255C. Grayscale: #BFBFBF. Windows color (decimal): -6890845 or 10738326. OLE color: 10738326.

HSL color Cylindrical-coordinate representation of color #96DAA3: hue angle of 131.47º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96DAA3 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB150218163-
CMYK0.3100.250.15
HSL131.47º47.89%72.16%-
HSV(B)131.47º31.19%85.49%-
XYZ44.2659.2743.76-
YUV191.4111.9798.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.25%
GREEN value IS 218 (85.55% from 255) = 41.05%
BLUE value IS 163 (64.06% from 255) = 30.70%
R=28.25%
G=41.05%
B=30.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1502181630.3100.250.15131.4747.8972.16
Hex96DAA31F019F833048
Octal226332243370311720360110
Binary100101101101101010100011111110110011111100000111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,218,163); }

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

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

 a { background-color: rgb(150,218,163); }

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

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

 span { border-color: rgb(150,218,163); }

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