#7FE8AD

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

Shades of Vista Blue #7FE8AD

Tints of Vista Blue #7FE8AD

Color information

#7FE8AD (or 0x7FE8AD) is unknown color: approx Vista Blue. HEX triplet: 7F, E8 and AD. RGB value is (127,232,173). Sum of RGB (Red+Green+Blue) = 127+232+173=532 (70% of max value = 765). Red value is 127 (50% from 255 or 23.87% from 532); Green value is 232 (91.02% from 255 or 43.61% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 232 - color contains mainly: green. Hex color #7FE8AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FE8AD is #801752. Grayscale: #C2C2C2. Windows color (decimal): -8394579 or 11397247. OLE color: 11397247.

HSL color Cylindrical-coordinate representation of color #7FE8AD: hue angle of 146.29º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FE8AD is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB127232173-
CMYK0.4500.250.09
HSL146.29º69.54%70.39%-
HSV(B)146.29º45.26%90.98%-
XYZ45.1565.2449.75-
YUV193.88116.2180.3-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.87%
GREEN value IS 232 (91.02% from 255) = 43.61%
BLUE value IS 173 (67.97% from 255) = 32.52%
R=23.87%
G=43.61%
B=32.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1272321730.4500.250.09146.2969.5470.39
Hex7FE8AD2D0199924646
Octal1773502555503111222106106
Binary1111111111010001010110110110101100110011001001010001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FE8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,232,173); }

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

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

 a { background-color: rgb(127,232,173); }

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

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

 span { border-color: rgb(127,232,173); }

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