#7FEBAA

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

Shades of Vista Blue #7FEBAA

Tints of Vista Blue #7FEBAA

Color information

#7FEBAA (or 0x7FEBAA) is unknown color: approx Vista Blue. HEX triplet: 7F, EB and AA. RGB value is (127,235,170). Sum of RGB (Red+Green+Blue) = 127+235+170=532 (70% of max value = 765). Red value is 127 (50% from 255 or 23.87% from 532); Green value is 235 (92.19% from 255 or 44.17% from 532); Blue value is 170 (66.80% from 255 or 31.95% from 532); Max value from RGB is 235 - color contains mainly: green. Hex color #7FEBAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FEBAA is #801455. Grayscale: #C3C3C3. Windows color (decimal): -8393814 or 11201407. OLE color: 11201407.

HSL color Cylindrical-coordinate representation of color #7FEBAA: hue angle of 143.89º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FEBAA is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB127235170-
CMYK0.4600.280.08
HSL143.89º72.97%70.98%-
HSV(B)143.89º45.96%92.16%-
XYZ45.7266.8348.52-
YUV195.3113.7279.29-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.87%
GREEN value IS 235 (92.19% from 255) = 44.17%
BLUE value IS 170 (66.80% from 255) = 31.95%
R=23.87%
G=44.17%
B=31.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1272351700.4600.280.08143.8972.9770.98
Hex7FEBAA2E01C8904947
Octal1773532525603410220111107
Binary1111111111010111010101010111001110010001001000010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FEBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,235,170); }

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

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

 a { background-color: rgb(127,235,170); }

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

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

 span { border-color: rgb(127,235,170); }

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