#7DF7AC

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

Shades of Vista Blue #7DF7AC

Tints of Vista Blue #7DF7AC

Color information

#7DF7AC (or 0x7DF7AC) is unknown color: approx Vista Blue. HEX triplet: 7D, F7 and AC. RGB value is (125,247,172). Sum of RGB (Red+Green+Blue) = 125+247+172=544 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.98% from 544); Green value is 247 (96.88% from 255 or 45.40% from 544); Blue value is 172 (67.58% from 255 or 31.62% from 544); Max value from RGB is 247 - color contains mainly: green. Hex color #7DF7AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF7AC is #820853. Grayscale: #CACACA. Windows color (decimal): -8521812 or 11335549. OLE color: 11335549.

HSL color Cylindrical-coordinate representation of color #7DF7AC: hue angle of 143.11º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DF7AC is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB125247172-
CMYK0.4900.300.03
HSL143.11º88.41%72.94%-
HSV(B)143.11º49.39%96.86%-
XYZ49.1673.8650.69-
YUV201.97111.0873.1-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.98%
GREEN value IS 247 (96.88% from 255) = 45.40%
BLUE value IS 172 (67.58% from 255) = 31.62%
R=22.98%
G=45.40%
B=31.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1252471720.4900.300.03143.1188.4172.94
Hex7DF7AC3101E38f5849
Octal175367254610363217130111
Binary11111011111011110101100110001011110111000111110110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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