#7DE4A0

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

Shades of Vista Blue #7DE4A0

Tints of Vista Blue #7DE4A0

Color information

#7DE4A0 (or 0x7DE4A0) is unknown color: approx Vista Blue. HEX triplet: 7D, E4 and A0. RGB value is (125,228,160). Sum of RGB (Red+Green+Blue) = 125+228+160=513 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.37% from 513); Green value is 228 (89.45% from 255 or 44.44% from 513); Blue value is 160 (62.89% from 255 or 31.19% from 513); Max value from RGB is 228 - color contains mainly: green. Hex color #7DE4A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DE4A0 is #821B5F. Grayscale: #BDBDBD. Windows color (decimal): -8526688 or 10544253. OLE color: 10544253.

HSL color Cylindrical-coordinate representation of color #7DE4A0: hue angle of 140.39º degrees, saturation: 0.66, 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 #7DE4A0 is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB125228160-
CMYK0.4500.300.11
HSL140.39º65.61%69.22%-
HSV(B)140.39º45.18%89.41%-
XYZ42.5562.3843.06-
YUV189.45111.3882.03-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.37%
GREEN value IS 228 (89.45% from 255) = 44.44%
BLUE value IS 160 (62.89% from 255) = 31.19%
R=24.37%
G=44.44%
B=31.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1252281600.4500.300.11140.3965.6169.22
Hex7DE4A02D01EB8c4245
Octal1753442405503613214102105
Binary1111101111001001010000010110101111010111000110010000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE4A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,228,160); }

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

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

 a { background-color: rgb(125,228,160); }

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

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

 span { border-color: rgb(125,228,160); }

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