#96DDA8

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

Shades of Chinook #96DDA8

Tints of Chinook #96DDA8

Color information

#96DDA8 (or 0x96DDA8) is unknown color: approx Chinook. HEX triplet: 96, DD and A8. RGB value is (150,221,168). Sum of RGB (Red+Green+Blue) = 150+221+168=539 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.83% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 168 (66.02% from 255 or 31.17% from 539); Max value from RGB is 221 - color contains mainly: green. Hex color #96DDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DDA8 is #692257. Grayscale: #C1C1C1. Windows color (decimal): -6890072 or 11066774. OLE color: 11066774.

HSL color Cylindrical-coordinate representation of color #96DDA8: hue angle of 135.21º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DDA8 is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB150221168-
CMYK0.3200.240.13
HSL135.21º51.08%72.75%-
HSV(B)135.21º32.13%86.67%-
XYZ45.561.0246.43-
YUV193.73113.4896.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.83%
GREEN value IS 221 (86.72% from 255) = 41.00%
BLUE value IS 168 (66.02% from 255) = 31.17%
R=27.83%
G=41.00%
B=31.17%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1502211680.3200.240.13135.2151.0872.75
Hex96DDA820018D873349
Octal226335250400301520763111
Binary1001011011011101101010001000000110001101100001111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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