#7DD79F

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

Shades of Vista Blue #7DD79F

Tints of Vista Blue #7DD79F

Color information

#7DD79F (or 0x7DD79F) is unknown color: approx Vista Blue. HEX triplet: 7D, D7 and 9F. RGB value is (125,215,159). Sum of RGB (Red+Green+Blue) = 125+215+159=499 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25.05% from 499); Green value is 215 (84.38% from 255 or 43.09% from 499); Blue value is 159 (62.5% from 255 or 31.86% from 499); Max value from RGB is 215 - color contains mainly: green. Hex color #7DD79F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD79F is #822860. Grayscale: #B5B5B5. Windows color (decimal): -8530017 or 10475389. OLE color: 10475389.

HSL color Cylindrical-coordinate representation of color #7DD79F: hue angle of 142.67º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD79F is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB125215159-
CMYK0.4200.260.16
HSL142.67º52.94%66.67%-
HSV(B)142.67º41.86%84.31%-
XYZ39.0255.4641.45-
YUV181.71115.1887.55-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.05%
GREEN value IS 215 (84.38% from 255) = 43.09%
BLUE value IS 159 (62.5% from 255) = 31.86%
R=25.05%
G=43.09%
B=31.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1252151590.4200.260.16142.6752.9466.67
Hex7DD79F2A01A108f3543
Octal175327237520322021765103
Binary1111101110101111001111110101001101010000100011111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,215,159); }

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

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

 a { background-color: rgb(125,215,159); }

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

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

 span { border-color: rgb(125,215,159); }

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