#7FEDA6

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

Shades of Vista Blue #7FEDA6

Tints of Vista Blue #7FEDA6

Color information

#7FEDA6 (or 0x7FEDA6) is unknown color: approx Vista Blue. HEX triplet: 7F, ED and A6. RGB value is (127,237,166). Sum of RGB (Red+Green+Blue) = 127+237+166=530 (70% of max value = 765). Red value is 127 (50% from 255 or 23.96% from 530); Green value is 237 (92.97% from 255 or 44.72% from 530); Blue value is 166 (65.23% from 255 or 31.32% from 530); Max value from RGB is 237 - color contains mainly: green. Hex color #7FEDA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FEDA6 is #801259. Grayscale: #C4C4C4. Windows color (decimal): -8393306 or 10939775. OLE color: 10939775.

HSL color Cylindrical-coordinate representation of color #7FEDA6: hue angle of 141.27º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FEDA6 is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB127237166-
CMYK0.4600.300.07
HSL141.27º75.34%71.37%-
HSV(B)141.27º46.41%92.94%-
XYZ45.9267.8346.75-
YUV196.02111.0678.77-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.96%
GREEN value IS 237 (92.97% from 255) = 44.72%
BLUE value IS 166 (65.23% from 255) = 31.32%
R=23.96%
G=44.72%
B=31.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1272371660.4600.300.07141.2775.3471.37
Hex7FEDA62E01E78d4b47
Octal177355246560367215113107
Binary111111111101101101001101011100111101111000110110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FEDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,237,166); }

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

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

 a { background-color: rgb(127,237,166); }

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

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

 span { border-color: rgb(127,237,166); }

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