#7FF2B0

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

Shades of Vista Blue #7FF2B0

Tints of Vista Blue #7FF2B0

Color information

#7FF2B0 (or 0x7FF2B0) is unknown color: approx Vista Blue. HEX triplet: 7F, F2 and B0. RGB value is (127,242,176). Sum of RGB (Red+Green+Blue) = 127+242+176=545 (72% of max value = 765). Red value is 127 (50% from 255 or 23.30% from 545); Green value is 242 (94.92% from 255 or 44.40% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 242 - color contains mainly: green. Hex color #7FF2B0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FF2B0 is #800D4F. Grayscale: #C8C8C8. Windows color (decimal): -8392016 or 11596415. OLE color: 11596415.

HSL color Cylindrical-coordinate representation of color #7FF2B0: hue angle of 145.57º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FF2B0 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB127242176-
CMYK0.4800.270.05
HSL145.57º81.56%72.35%-
HSV(B)145.57º47.52%94.9%-
XYZ48.3471.1552.26-
YUV200.09114.475.87-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.30%
GREEN value IS 242 (94.92% from 255) = 44.40%
BLUE value IS 176 (69.14% from 255) = 32.29%
R=23.30%
G=44.40%
B=32.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1272421760.4800.270.05145.5781.5672.35
Hex7FF2B03001B5925248
Octal177362260600335222122110
Binary111111111110010101100001100000110111011001001010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FF2B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FF2B0; }

 p { color: rgb(127,242,176); }

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

<style>
 a { background-color: #7FF2B0; }

 a { background-color: rgb(127,242,176); }

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

<style>
 span { border-color: #7FF2B0; }

 span { border-color: rgb(127,242,176); }

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