#7FEBA7

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

Shades of Vista Blue #7FEBA7

Tints of Vista Blue #7FEBA7

Color information

#7FEBA7 (or 0x7FEBA7) is unknown color: approx Vista Blue. HEX triplet: 7F, EB and A7. RGB value is (127,235,167). Sum of RGB (Red+Green+Blue) = 127+235+167=529 (70% of max value = 765). Red value is 127 (50% from 255 or 24.01% from 529); Green value is 235 (92.19% from 255 or 44.42% from 529); Blue value is 167 (65.62% from 255 or 31.57% from 529); Max value from RGB is 235 - color contains mainly: green. Hex color #7FEBA7 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FEBA7 is #801458. Grayscale: #C3C3C3. Windows color (decimal): -8393817 or 11004799. OLE color: 11004799.

HSL color Cylindrical-coordinate representation of color #7FEBA7: hue angle of 142.22º 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 #7FEBA7 is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB127235167-
CMYK0.4600.290.08
HSL142.22º72.97%70.98%-
HSV(B)142.22º45.96%92.16%-
XYZ45.4466.7247.04-
YUV194.96112.2279.53-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.01%
GREEN value IS 235 (92.19% from 255) = 44.42%
BLUE value IS 167 (65.62% from 255) = 31.57%
R=24.01%
G=44.42%
B=31.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1272351670.4600.290.08142.2272.9770.98
Hex7FEBA72E01D88e4947
Octal1773532475603510216111107
Binary1111111111010111010011110111001110110001000111010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FEBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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