#7AF6AC

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

Shades of Vista Blue #7AF6AC

Tints of Vista Blue #7AF6AC

Color information

#7AF6AC (or 0x7AF6AC) is unknown color: approx Vista Blue. HEX triplet: 7A, F6 and AC. RGB value is (122,246,172). Sum of RGB (Red+Green+Blue) = 122+246+172=540 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.59% from 540); Green value is 246 (96.48% from 255 or 45.56% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 246 - color contains mainly: green. Hex color #7AF6AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF6AC is #850953. Grayscale: #C8C8C8. Windows color (decimal): -8718676 or 11335290. OLE color: 11335290.

HSL color Cylindrical-coordinate representation of color #7AF6AC: hue angle of 144.19º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF6AC is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB122246172-
CMYK0.5000.300.04
HSL144.19º87.32%72.16%-
HSV(B)144.19º50.41%96.47%-
XYZ48.4373.0350.57-
YUV200.49111.9272.02-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.59%
GREEN value IS 246 (96.48% from 255) = 45.56%
BLUE value IS 172 (67.58% from 255) = 31.85%
R=22.59%
G=45.56%
B=31.85%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1222461720.5000.300.04144.1987.3272.16
Hex7AF6AC3201E4905748
Octal172366254620364220127110
Binary111101011110110101011001100100111101001001000010101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,246,172); }

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

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

 a { background-color: rgb(122,246,172); }

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

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

 span { border-color: rgb(122,246,172); }

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