#96E0B1

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

Shades of Vista Blue #96E0B1

Tints of Vista Blue #96E0B1

Color information

#96E0B1 (or 0x96E0B1) is unknown color: approx Vista Blue. HEX triplet: 96, E0 and B1. RGB value is (150,224,177). Sum of RGB (Red+Green+Blue) = 150+224+177=551 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.22% from 551); Green value is 224 (87.89% from 255 or 40.65% from 551); Blue value is 177 (69.53% from 255 or 32.12% from 551); Max value from RGB is 224 - color contains mainly: green. Hex color #96E0B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E0B1 is #691F4E. Grayscale: #C4C4C4. Windows color (decimal): -6889295 or 11657366. OLE color: 11657366.

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

Color convert

RGB150224177-
CMYK0.3300.210.12
HSL141.89º54.41%73.33%-
HSV(B)141.89º33.04%87.84%-
XYZ47.1762.9751.26-
YUV196.52116.9894.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.22%
GREEN value IS 224 (87.89% from 255) = 40.65%
BLUE value IS 177 (69.53% from 255) = 32.12%
R=27.22%
G=40.65%
B=32.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1502241770.3300.210.12141.8954.4173.33
Hex96E0B121015C8e3649
Octal226340261410251421666111
Binary1001011011100000101100011000010101011100100011101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,224,177); }

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

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

 a { background-color: rgb(150,224,177); }

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

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

 span { border-color: rgb(150,224,177); }

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