#96EDAB

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

Shades of Chinook #96EDAB

Tints of Chinook #96EDAB

Color information

#96EDAB (or 0x96EDAB) is unknown color: approx Chinook. HEX triplet: 96, ED and AB. RGB value is (150,237,171). Sum of RGB (Red+Green+Blue) = 150+237+171=558 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.88% from 558); Green value is 237 (92.97% from 255 or 42.47% from 558); Blue value is 171 (67.19% from 255 or 30.65% from 558); Max value from RGB is 237 - color contains mainly: green. Hex color #96EDAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96EDAB is #691254. Grayscale: #CBCBCB. Windows color (decimal): -6885973 or 11267478. OLE color: 11267478.

HSL color Cylindrical-coordinate representation of color #96EDAB: hue angle of 134.48º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96EDAB is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB150237171-
CMYK0.3700.280.07
HSL134.48º70.73%75.88%-
HSV(B)134.48º36.71%92.94%-
XYZ50.2169.9949.39-
YUV203.46109.6889.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.88%
GREEN value IS 237 (92.97% from 255) = 42.47%
BLUE value IS 171 (67.19% from 255) = 30.65%
R=26.88%
G=42.47%
B=30.65%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1502371710.3700.280.07134.4870.7375.88
Hex96EDAB2501C786474c
Octal226355253450347206107114
Binary1001011011101101101010111001010111001111000011010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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