#7DF1AD

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

Shades of Vista Blue #7DF1AD

Tints of Vista Blue #7DF1AD

Color information

#7DF1AD (or 0x7DF1AD) is unknown color: approx Vista Blue. HEX triplet: 7D, F1 and AD. RGB value is (125,241,173). Sum of RGB (Red+Green+Blue) = 125+241+173=539 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.19% from 539); Green value is 241 (94.53% from 255 or 44.71% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 241 - color contains mainly: green. Hex color #7DF1AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF1AD is #820E52. Grayscale: #C6C6C6. Windows color (decimal): -8523347 or 11399549. OLE color: 11399549.

HSL color Cylindrical-coordinate representation of color #7DF1AD: hue angle of 144.83º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DF1AD is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB125241173-
CMYK0.4800.280.05
HSL144.83º80.56%71.76%-
HSV(B)144.83º48.13%94.51%-
XYZ47.4670.2950.6-
YUV198.56113.5775.53-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.19%
GREEN value IS 241 (94.53% from 255) = 44.71%
BLUE value IS 173 (67.97% from 255) = 32.10%
R=23.19%
G=44.71%
B=32.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1252411730.4800.280.05144.8380.5671.76
Hex7DF1AD3001C5915148
Octal175361255600345221121110
Binary111110111110001101011011100000111001011001000110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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