#96E2B1

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

Shades of Vista Blue #96E2B1

Tints of Vista Blue #96E2B1

Color information

#96E2B1 (or 0x96E2B1) is unknown color: approx Vista Blue. HEX triplet: 96, E2 and B1. RGB value is (150,226,177). Sum of RGB (Red+Green+Blue) = 150+226+177=553 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.12% from 553); Green value is 226 (88.67% from 255 or 40.87% from 553); Blue value is 177 (69.53% from 255 or 32.01% from 553); Max value from RGB is 226 - color contains mainly: green. Hex color #96E2B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E2B1 is #691D4E. Grayscale: #C5C5C5. Windows color (decimal): -6888783 or 11657878. OLE color: 11657878.

HSL color Cylindrical-coordinate representation of color #96E2B1: hue angle of 141.32º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96E2B1 is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB150226177-
CMYK0.3400.220.11
HSL141.32º56.72%73.73%-
HSV(B)141.32º33.63%88.63%-
XYZ47.7164.0551.44-
YUV197.69116.3293.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.12%
GREEN value IS 226 (88.67% from 255) = 40.87%
BLUE value IS 177 (69.53% from 255) = 32.01%
R=27.12%
G=40.87%
B=32.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1502261770.3400.220.11141.3256.7273.73
Hex96E2B122016B8d394a
Octal226342261420261321571112
Binary1001011011100010101100011000100101101011100011011110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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