#7EF1B1

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

Shades of Vista Blue #7EF1B1

Tints of Vista Blue #7EF1B1

Color information

#7EF1B1 (or 0x7EF1B1) is unknown color: approx Vista Blue. HEX triplet: 7E, F1 and B1. RGB value is (126,241,177). Sum of RGB (Red+Green+Blue) = 126+241+177=544 (72% of max value = 765). Red value is 126 (49.61% from 255 or 23.16% from 544); Green value is 241 (94.53% from 255 or 44.30% from 544); Blue value is 177 (69.53% from 255 or 32.54% from 544); Max value from RGB is 241 - color contains mainly: green. Hex color #7EF1B1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EF1B1 is #810E4E. Grayscale: #C7C7C7. Windows color (decimal): -8457807 or 11661694. OLE color: 11661694.

HSL color Cylindrical-coordinate representation of color #7EF1B1: hue angle of 146.61º degrees, saturation: 0.8, 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 #7EF1B1 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB126241177-
CMYK0.4800.270.05
HSL146.61º80.42%71.96%-
HSV(B)146.61º47.72%94.51%-
XYZ4870.5252.68-
YUV199.32115.475.7-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.16%
GREEN value IS 241 (94.53% from 255) = 44.30%
BLUE value IS 177 (69.53% from 255) = 32.54%
R=23.16%
G=44.30%
B=32.54%

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
Decimal1262411770.4800.270.05146.6180.4271.96
Hex7EF1B13001B5935048
Octal176361261600335223120110
Binary111111011110001101100011100000110111011001001110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EF1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,241,177); }

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

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

 a { background-color: rgb(126,241,177); }

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

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

 span { border-color: rgb(126,241,177); }

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