#96E1B4

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

Shades of Vista Blue #96E1B4

Tints of Vista Blue #96E1B4

Color information

#96E1B4 (or 0x96E1B4) is unknown color: approx Vista Blue. HEX triplet: 96, E1 and B4. RGB value is (150,225,180). Sum of RGB (Red+Green+Blue) = 150+225+180=555 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.03% from 555); Green value is 225 (88.28% from 255 or 40.54% from 555); Blue value is 180 (70.70% from 255 or 32.43% from 555); Max value from RGB is 225 - color contains mainly: green. Hex color #96E1B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96E1B4 is #691E4B. Grayscale: #C5C5C5. Windows color (decimal): -6889036 or 11854230. OLE color: 11854230.

HSL color Cylindrical-coordinate representation of color #96E1B4: hue angle of 144º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96E1B4 is Cyan = 0.33, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.12.

Color convert

RGB150225180-
CMYK0.3300.20.12
HSL144º55.56%73.53%-
HSV(B)144º33.33%88.24%-
XYZ47.7463.6352.95-
YUV197.44118.1594.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.03%
GREEN value IS 225 (88.28% from 255) = 40.54%
BLUE value IS 180 (70.70% from 255) = 32.43%
R=27.03%
G=40.54%
B=32.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1502251800.3300.20.1214455.5673.53
Hex96E1B421014C90384a
Octal226341264410241422070112
Binary1001011011100001101101001000010101001100100100001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,225,180); }

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

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

 a { background-color: rgb(150,225,180); }

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

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

 span { border-color: rgb(150,225,180); }

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