#7DE8AD

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

Shades of Vista Blue #7DE8AD

Tints of Vista Blue #7DE8AD

Color information

#7DE8AD (or 0x7DE8AD) is unknown color: approx Vista Blue. HEX triplet: 7D, E8 and AD. RGB value is (125,232,173). Sum of RGB (Red+Green+Blue) = 125+232+173=530 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.58% from 530); Green value is 232 (91.02% from 255 or 43.77% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 232 - color contains mainly: green. Hex color #7DE8AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DE8AD is #821752. Grayscale: #C1C1C1. Windows color (decimal): -8525651 or 11397245. OLE color: 11397245.

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

Color convert

RGB125232173-
CMYK0.4600.250.09
HSL146.92º69.93%70%-
HSV(B)146.92º46.12%90.98%-
XYZ44.8665.0949.73-
YUV193.28116.5579.3-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.58%
GREEN value IS 232 (91.02% from 255) = 43.77%
BLUE value IS 173 (67.97% from 255) = 32.64%
R=23.58%
G=43.77%
B=32.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1252321730.4600.250.09146.9269.9370
Hex7DE8AD2E0199934646
Octal1753502555603111223106106
Binary1111101111010001010110110111001100110011001001110001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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