#96E7AB

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

Shades of Chinook #96E7AB

Tints of Chinook #96E7AB

Color information

#96E7AB (or 0x96E7AB) is unknown color: approx Chinook. HEX triplet: 96, E7 and AB. RGB value is (150,231,171). Sum of RGB (Red+Green+Blue) = 150+231+171=552 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.17% from 552); Green value is 231 (90.62% from 255 or 41.85% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 231 - color contains mainly: green. Hex color #96E7AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96E7AB is #691854. Grayscale: #C8C8C8. Windows color (decimal): -6887509 or 11265942. OLE color: 11265942.

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

Color convert

RGB150231171-
CMYK0.3500.260.09
HSL135.56º62.79%74.71%-
HSV(B)135.56º35.06%90.59%-
XYZ48.566.5848.82-
YUV199.94111.6692.38-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.17%
GREEN value IS 231 (90.62% from 255) = 41.85%
BLUE value IS 171 (67.19% from 255) = 30.98%
R=27.17%
G=41.85%
B=30.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1502311710.3500.260.09135.5662.7974.71
Hex96E7AB2301A9883f4b
Octal226347253430321121077113
Binary1001011011100111101010111000110110101001100010001111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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