#96DDAC

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

Shades of Chinook #96DDAC

Tints of Chinook #96DDAC

Color information

#96DDAC (or 0x96DDAC) is unknown color: approx Chinook. HEX triplet: 96, DD and AC. RGB value is (150,221,172). Sum of RGB (Red+Green+Blue) = 150+221+172=543 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.62% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #96DDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DDAC is #692253. Grayscale: #C2C2C2. Windows color (decimal): -6890068 or 11328918. OLE color: 11328918.

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

Color convert

RGB150221172-
CMYK0.3200.220.13
HSL138.59º51.08%72.75%-
HSV(B)138.59º32.13%86.67%-
XYZ45.8861.1848.42-
YUV194.18115.4896.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.62%
GREEN value IS 221 (86.72% from 255) = 40.70%
BLUE value IS 172 (67.58% from 255) = 31.68%
R=27.62%
G=40.70%
B=31.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1502211720.3200.220.13138.5951.0872.75
Hex96DDAC20016D8b3349
Octal226335254400261521363111
Binary1001011011011101101011001000000101101101100010111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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