#96F4B9

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

Shades of Vista Blue #96F4B9

Tints of Vista Blue #96F4B9

Color information

#96F4B9 (or 0x96F4B9) is unknown color: approx Vista Blue. HEX triplet: 96, F4 and B9. RGB value is (150,244,185). Sum of RGB (Red+Green+Blue) = 150+244+185=579 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.91% from 579); Green value is 244 (95.70% from 255 or 42.14% from 579); Blue value is 185 (72.66% from 255 or 31.95% from 579); Max value from RGB is 244 - color contains mainly: green. Hex color #96F4B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F4B9 is #690B46. Grayscale: #D1D1D1. Windows color (decimal): -6884167 or 12186774. OLE color: 12186774.

HSL color Cylindrical-coordinate representation of color #96F4B9: hue angle of 142.34º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96F4B9 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB150244185-
CMYK0.3900.240.04
HSL142.34º81.03%77.25%-
HSV(B)142.34º38.52%95.69%-
XYZ53.6974.6957.49-
YUV209.17114.3685.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.91%
GREEN value IS 244 (95.70% from 255) = 42.14%
BLUE value IS 185 (72.66% from 255) = 31.95%
R=25.91%
G=42.14%
B=31.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1502441850.3900.240.04142.3481.0377.25
Hex96F4B92701848e514d
Octal226364271470304216121115
Binary1001011011110100101110011001110110001001000111010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F4B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,244,185); }

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

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

 a { background-color: rgb(150,244,185); }

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

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

 span { border-color: rgb(150,244,185); }

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