#96F6B6

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

Shades of Vista Blue #96F6B6

Tints of Vista Blue #96F6B6

Color information

#96F6B6 (or 0x96F6B6) is unknown color: approx Vista Blue. HEX triplet: 96, F6 and B6. RGB value is (150,246,182). Sum of RGB (Red+Green+Blue) = 150+246+182=578 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.95% from 578); Green value is 246 (96.48% from 255 or 42.56% from 578); Blue value is 182 (71.48% from 255 or 31.49% from 578); Max value from RGB is 246 - color contains mainly: green. Hex color #96F6B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F6B6 is #690949. Grayscale: #D2D2D2. Windows color (decimal): -6883658 or 11990678. OLE color: 11990678.

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

Color convert

RGB150246182-
CMYK0.3900.260.04
HSL140º84.21%77.65%-
HSV(B)140º39.02%96.47%-
XYZ53.9875.7756.04-
YUV210112.285.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.95%
GREEN value IS 246 (96.48% from 255) = 42.56%
BLUE value IS 182 (71.48% from 255) = 31.49%
R=25.95%
G=42.56%
B=31.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1502461820.3900.260.0414084.2177.65
Hex96F6B62701A48c544e
Octal226366266470324214124116
Binary1001011011110110101101101001110110101001000110010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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