#7DF4AF

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

Shades of Vista Blue #7DF4AF

Tints of Vista Blue #7DF4AF

Color information

#7DF4AF (or 0x7DF4AF) is unknown color: approx Vista Blue. HEX triplet: 7D, F4 and AF. RGB value is (125,244,175). Sum of RGB (Red+Green+Blue) = 125+244+175=544 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.98% from 544); Green value is 244 (95.70% from 255 or 44.85% from 544); Blue value is 175 (68.75% from 255 or 32.17% from 544); Max value from RGB is 244 - color contains mainly: green. Hex color #7DF4AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF4AF is #820B50. Grayscale: #C8C8C8. Windows color (decimal): -8522577 or 11531389. OLE color: 11531389.

HSL color Cylindrical-coordinate representation of color #7DF4AF: hue angle of 145.21º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DF4AF is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB125244175-
CMYK0.4900.280.04
HSL145.21º84.4%72.35%-
HSV(B)145.21º48.77%95.69%-
XYZ48.5572.1651.93-
YUV200.55113.5874.11-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.98%
GREEN value IS 244 (95.70% from 255) = 44.85%
BLUE value IS 175 (68.75% from 255) = 32.17%
R=22.98%
G=44.85%
B=32.17%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1252441750.4900.280.04145.2184.472.35
Hex7DF4AF3101C4915448
Octal175364257610344221124110
Binary111110111110100101011111100010111001001001000110101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,244,175); }

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

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

 a { background-color: rgb(125,244,175); }

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

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

 span { border-color: rgb(125,244,175); }

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