#96DEAB

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

Shades of Chinook #96DEAB

Tints of Chinook #96DEAB

Color information

#96DEAB (or 0x96DEAB) is unknown color: approx Chinook. HEX triplet: 96, DE and AB. RGB value is (150,222,171). Sum of RGB (Red+Green+Blue) = 150+222+171=543 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.62% from 543); Green value is 222 (87.11% from 255 or 40.88% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 222 - color contains mainly: green. Hex color #96DEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DEAB is #692154. Grayscale: #C2C2C2. Windows color (decimal): -6889813 or 11263638. OLE color: 11263638.

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

Color convert

RGB150222171-
CMYK0.3200.230.13
HSL137.5º52.17%72.94%-
HSV(B)137.5º32.43%87.06%-
XYZ46.0561.6748-
YUV194.66114.6596.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.62%
GREEN value IS 222 (87.11% from 255) = 40.88%
BLUE value IS 171 (67.19% from 255) = 31.49%
R=27.62%
G=40.88%
B=31.49%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1502221710.3200.230.13137.552.1772.94
Hex96DEAB20017D8a3449
Octal226336253400271521264111
Binary1001011011011110101010111000000101111101100010101101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,222,171); }

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

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

 a { background-color: rgb(150,222,171); }

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

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

 span { border-color: rgb(150,222,171); }

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