#7DF9AC

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

Shades of Vista Blue #7DF9AC

Tints of Vista Blue #7DF9AC

Color information

#7DF9AC (or 0x7DF9AC) is unknown color: approx Vista Blue. HEX triplet: 7D, F9 and AC. RGB value is (125,249,172). Sum of RGB (Red+Green+Blue) = 125+249+172=546 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.89% from 546); Green value is 249 (97.66% from 255 or 45.60% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 249 - color contains mainly: green. Hex color #7DF9AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF9AC is #820653. Grayscale: #CBCBCB. Windows color (decimal): -8521300 or 11336061. OLE color: 11336061.

HSL color Cylindrical-coordinate representation of color #7DF9AC: hue angle of 142.74º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DF9AC is Cyan = 0.50, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB125249172-
CMYK0.5000.310.02
HSL142.74º91.18%73.33%-
HSV(B)142.74º49.8%97.65%-
XYZ49.7875.0950.9-
YUV203.15110.4272.26-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.89%
GREEN value IS 249 (97.66% from 255) = 45.60%
BLUE value IS 172 (67.58% from 255) = 31.50%
R=22.89%
G=45.60%
B=31.50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1252491720.5000.310.02142.7491.1873.33
Hex7DF9AC3201F28f5b49
Octal175371254620372217133111
Binary11111011111100110101100110010011111101000111110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,249,172); }

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

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

 a { background-color: rgb(125,249,172); }

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

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

 span { border-color: rgb(125,249,172); }

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