#96E0B0

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

Shades of Vista Blue #96E0B0

Tints of Vista Blue #96E0B0

Color information

#96E0B0 (or 0x96E0B0) is unknown color: approx Vista Blue. HEX triplet: 96, E0 and B0. RGB value is (150,224,176). Sum of RGB (Red+Green+Blue) = 150+224+176=550 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.27% from 550); Green value is 224 (87.89% from 255 or 40.73% from 550); Blue value is 176 (69.14% from 255 or 32% from 550); Max value from RGB is 224 - color contains mainly: green. Hex color #96E0B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E0B0 is #691F4F. Grayscale: #C4C4C4. Windows color (decimal): -6889296 or 11591830. OLE color: 11591830.

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

Color convert

RGB150224176-
CMYK0.3300.210.12
HSL141.08º54.41%73.33%-
HSV(B)141.08º33.04%87.84%-
XYZ47.0762.9350.74-
YUV196.4116.4894.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.27%
GREEN value IS 224 (87.89% from 255) = 40.73%
BLUE value IS 176 (69.14% from 255) = 32%
R=27.27%
G=40.73%
B=32%

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
Decimal1502241760.3300.210.12141.0854.4173.33
Hex96E0B021015C8d3649
Octal226340260410251421566111
Binary1001011011100000101100001000010101011100100011011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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