#7EE2AD

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

Shades of Vista Blue #7EE2AD

Tints of Vista Blue #7EE2AD

Color information

#7EE2AD (or 0x7EE2AD) is unknown color: approx Vista Blue. HEX triplet: 7E, E2 and AD. RGB value is (126,226,173). Sum of RGB (Red+Green+Blue) = 126+226+173=525 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24% from 525); Green value is 226 (88.67% from 255 or 43.05% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 226 - color contains mainly: green. Hex color #7EE2AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EE2AD is #811D52. Grayscale: #BEBEBE. Windows color (decimal): -8461651 or 11395710. OLE color: 11395710.

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

Color convert

RGB126226173-
CMYK0.4400.230.11
HSL148.2º63.29%69.02%-
HSV(B)148.2º44.25%88.63%-
XYZ43.3461.8549.19-
YUV190.06118.3782.31-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24%
GREEN value IS 226 (88.67% from 255) = 43.05%
BLUE value IS 173 (67.97% from 255) = 32.95%
R=24%
G=43.05%
B=32.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1262261730.4400.230.11148.263.2969.02
Hex7EE2AD2C017B943f45
Octal176342255540271322477105
Binary111111011100010101011011011000101111011100101001111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EE2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,226,173); }

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

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

 a { background-color: rgb(126,226,173); }

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

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

 span { border-color: rgb(126,226,173); }

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