#96E0B5

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

Shades of Vista Blue #96E0B5

Tints of Vista Blue #96E0B5

Color information

#96E0B5 (or 0x96E0B5) is unknown color: approx Vista Blue. HEX triplet: 96, E0 and B5. RGB value is (150,224,181). Sum of RGB (Red+Green+Blue) = 150+224+181=555 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.03% from 555); Green value is 224 (87.89% from 255 or 40.36% from 555); Blue value is 181 (71.09% from 255 or 32.61% from 555); Max value from RGB is 224 - color contains mainly: green. Hex color #96E0B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96E0B5 is #691F4A. Grayscale: #C5C5C5. Windows color (decimal): -6889291 or 11919510. OLE color: 11919510.

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

Color convert

RGB150224181-
CMYK0.3300.190.12
HSL145.14º54.41%73.33%-
HSV(B)145.14º33.04%87.84%-
XYZ47.5763.1353.39-
YUV196.97118.9894.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.03%
GREEN value IS 224 (87.89% from 255) = 40.36%
BLUE value IS 181 (71.09% from 255) = 32.61%
R=27.03%
G=40.36%
B=32.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1502241810.3300.190.12145.1454.4173.33
Hex96E0B521013C913649
Octal226340265410231422166111
Binary1001011011100000101101011000010100111100100100011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E0B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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