#96F7B6

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

Shades of Vista Blue #96F7B6

Tints of Vista Blue #96F7B6

Color information

#96F7B6 (or 0x96F7B6) is unknown color: approx Vista Blue. HEX triplet: 96, F7 and B6. RGB value is (150,247,182). Sum of RGB (Red+Green+Blue) = 150+247+182=579 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.91% from 579); Green value is 247 (96.88% from 255 or 42.66% from 579); Blue value is 182 (71.48% from 255 or 31.43% from 579); Max value from RGB is 247 - color contains mainly: green. Hex color #96F7B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F7B6 is #690849. Grayscale: #D2D2D2. Windows color (decimal): -6883402 or 11990934. OLE color: 11990934.

HSL color Cylindrical-coordinate representation of color #96F7B6: hue angle of 139.79º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96F7B6 is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.03.

Color convert

RGB150247182-
CMYK0.3900.260.03
HSL139.79º85.84%77.84%-
HSV(B)139.79º39.27%96.86%-
XYZ54.2876.3856.14-
YUV210.59111.8684.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.91%
GREEN value IS 247 (96.88% from 255) = 42.66%
BLUE value IS 182 (71.48% from 255) = 31.43%
R=25.91%
G=42.66%
B=31.43%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1502471820.3900.260.03139.7985.8477.84
Hex96F7B62701A38c564e
Octal226367266470323214126116
Binary100101101111011110110110100111011010111000110010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,247,182); }

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

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

 a { background-color: rgb(150,247,182); }

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

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

 span { border-color: rgb(150,247,182); }

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