#7BE49F

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

Shades of Vista Blue #7BE49F

Tints of Vista Blue #7BE49F

Color information

#7BE49F (or 0x7BE49F) is unknown color: approx Vista Blue. HEX triplet: 7B, E4 and 9F. RGB value is (123,228,159). Sum of RGB (Red+Green+Blue) = 123+228+159=510 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.12% from 510); Green value is 228 (89.45% from 255 or 44.71% from 510); Blue value is 159 (62.5% from 255 or 31.18% from 510); Max value from RGB is 228 - color contains mainly: green. Hex color #7BE49F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BE49F is #841B60. Grayscale: #BCBCBC. Windows color (decimal): -8657761 or 10478715. OLE color: 10478715.

HSL color Cylindrical-coordinate representation of color #7BE49F: hue angle of 140.57º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7BE49F is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB123228159-
CMYK0.4600.300.11
HSL140.57º66.04%68.82%-
HSV(B)140.57º46.05%89.41%-
XYZ42.1762.242.58-
YUV188.74111.2181.11-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.12%
GREEN value IS 228 (89.45% from 255) = 44.71%
BLUE value IS 159 (62.5% from 255) = 31.18%
R=24.12%
G=44.71%
B=31.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1232281590.4600.300.11140.5766.0468.82
Hex7BE49F2E01EB8d4245
Octal1733442375603613215102105
Binary1111011111001001001111110111001111010111000110110000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BE49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,228,159); }

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

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

 a { background-color: rgb(123,228,159); }

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

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

 span { border-color: rgb(123,228,159); }

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