#96E1AE

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

Shades of Vista Blue #96E1AE

Tints of Vista Blue #96E1AE

Color information

#96E1AE (or 0x96E1AE) is unknown color: approx Vista Blue. HEX triplet: 96, E1 and AE. RGB value is (150,225,174). Sum of RGB (Red+Green+Blue) = 150+225+174=549 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.32% from 549); Green value is 225 (88.28% from 255 or 40.98% from 549); Blue value is 174 (68.36% from 255 or 31.69% from 549); Max value from RGB is 225 - color contains mainly: green. Hex color #96E1AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E1AE is #691E51. Grayscale: #C4C4C4. Windows color (decimal): -6889042 or 11461014. OLE color: 11461014.

HSL color Cylindrical-coordinate representation of color #96E1AE: hue angle of 139.2º 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 #96E1AE is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB150225174-
CMYK0.3300.230.12
HSL139.2º55.56%73.53%-
HSV(B)139.2º33.33%88.24%-
XYZ47.1463.3949.8-
YUV196.76115.1594.65-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.32%
GREEN value IS 225 (88.28% from 255) = 40.98%
BLUE value IS 174 (68.36% from 255) = 31.69%
R=27.32%
G=40.98%
B=31.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1502251740.3300.230.12139.255.5673.53
Hex96E1AE21017C8b384a
Octal226341256410271421370112
Binary1001011011100001101011101000010101111100100010111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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