#96E9AA

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

Shades of Chinook #96E9AA

Tints of Chinook #96E9AA

Color information

#96E9AA (or 0x96E9AA) is unknown color: approx Chinook. HEX triplet: 96, E9 and AA. RGB value is (150,233,170). Sum of RGB (Red+Green+Blue) = 150+233+170=553 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.12% from 553); Green value is 233 (91.41% from 255 or 42.13% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 233 - color contains mainly: green. Hex color #96E9AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96E9AA is #691655. Grayscale: #C9C9C9. Windows color (decimal): -6886998 or 11200918. OLE color: 11200918.

HSL color Cylindrical-coordinate representation of color #96E9AA: hue angle of 134.46º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96E9AA is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB150233170-
CMYK0.3600.270.09
HSL134.46º65.35%75.1%-
HSV(B)134.46º35.62%91.37%-
XYZ48.9767.6648.51-
YUV201110.591.62-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.12%
GREEN value IS 233 (91.41% from 255) = 42.13%
BLUE value IS 170 (66.80% from 255) = 30.74%
R=27.12%
G=42.13%
B=30.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1502331700.3600.270.09134.4665.3575.1
Hex96E9AA2401B986414b
Octal2263512524403311206101113
Binary10010110111010011010101010010001101110011000011010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,233,170); }

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

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

 a { background-color: rgb(150,233,170); }

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

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

 span { border-color: rgb(150,233,170); }

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