#7FD49F

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

Shades of Vista Blue #7FD49F

Tints of Vista Blue #7FD49F

Color information

#7FD49F (or 0x7FD49F) is unknown color: approx Vista Blue. HEX triplet: 7F, D4 and 9F. RGB value is (127,212,159). Sum of RGB (Red+Green+Blue) = 127+212+159=498 (65% of max value = 765). Red value is 127 (50% from 255 or 25.50% from 498); Green value is 212 (83.20% from 255 or 42.57% from 498); Blue value is 159 (62.5% from 255 or 31.93% from 498); Max value from RGB is 212 - color contains mainly: green. Hex color #7FD49F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD49F is #802B60. Grayscale: #B4B4B4. Windows color (decimal): -8399713 or 10474623. OLE color: 10474623.

HSL color Cylindrical-coordinate representation of color #7FD49F: hue angle of 142.59º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FD49F is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB127212159-
CMYK0.4000.250.17
HSL142.59º49.71%66.47%-
HSV(B)142.59º40.09%83.14%-
XYZ38.5554.141.21-
YUV180.54115.8489.81-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.50%
GREEN value IS 212 (83.20% from 255) = 42.57%
BLUE value IS 159 (62.5% from 255) = 31.93%
R=25.50%
G=42.57%
B=31.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1272121590.4000.250.17142.5949.7166.47
Hex7FD49F28019118f3242
Octal177324237500312121762102
Binary1111111110101001001111110100001100110001100011111100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,212,159); }

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

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

 a { background-color: rgb(127,212,159); }

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

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

 span { border-color: rgb(127,212,159); }

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