#7ED8AD

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

Shades of Vista Blue #7ED8AD

Tints of Vista Blue #7ED8AD

Color information

#7ED8AD (or 0x7ED8AD) is unknown color: approx Vista Blue. HEX triplet: 7E, D8 and AD. RGB value is (126,216,173). Sum of RGB (Red+Green+Blue) = 126+216+173=515 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.47% from 515); Green value is 216 (84.77% from 255 or 41.94% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 216 - color contains mainly: green. Hex color #7ED8AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED8AD is #812752. Grayscale: #B8B8B8. Windows color (decimal): -8464211 or 11393150. OLE color: 11393150.

HSL color Cylindrical-coordinate representation of color #7ED8AD: hue angle of 151.33º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7ED8AD is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB126216173-
CMYK0.4200.200.15
HSL151.33º53.57%67.06%-
HSV(B)151.33º41.67%84.71%-
XYZ40.756.5648.31-
YUV184.19121.6886.5-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.47%
GREEN value IS 216 (84.77% from 255) = 41.94%
BLUE value IS 173 (67.97% from 255) = 33.59%
R=24.47%
G=41.94%
B=33.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1262161730.4200.200.15151.3353.5767.06
Hex7ED8AD2A014F973643
Octal176330255520241722766103
Binary111111011011000101011011010100101001111100101111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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