#7DE3A6

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

Shades of Vista Blue #7DE3A6

Tints of Vista Blue #7DE3A6

Color information

#7DE3A6 (or 0x7DE3A6) is unknown color: approx Vista Blue. HEX triplet: 7D, E3 and A6. RGB value is (125,227,166). Sum of RGB (Red+Green+Blue) = 125+227+166=518 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.13% from 518); Green value is 227 (89.06% from 255 or 43.82% from 518); Blue value is 166 (65.23% from 255 or 32.05% from 518); Max value from RGB is 227 - color contains mainly: green. Hex color #7DE3A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DE3A6 is #821C59. Grayscale: #BDBDBD. Windows color (decimal): -8526938 or 10937213. OLE color: 10937213.

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

Color convert

RGB125227166-
CMYK0.4500.270.11
HSL144.12º64.56%69.02%-
HSV(B)144.12º44.93%89.02%-
XYZ42.8162.0545.8-
YUV189.55114.7181.96-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.13%
GREEN value IS 227 (89.06% from 255) = 43.82%
BLUE value IS 166 (65.23% from 255) = 32.05%
R=24.13%
G=43.82%
B=32.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1252271660.4500.270.11144.1264.5669.02
Hex7DE3A62D01BB904145
Octal1753432465503313220101105
Binary1111101111000111010011010110101101110111001000010000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE3A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,227,166); }

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

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

 a { background-color: rgb(125,227,166); }

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

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

 span { border-color: rgb(125,227,166); }

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