#7AF5AF

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

Shades of Vista Blue #7AF5AF

Tints of Vista Blue #7AF5AF

Color information

#7AF5AF (or 0x7AF5AF) is unknown color: approx Vista Blue. HEX triplet: 7A, F5 and AF. RGB value is (122,245,175). Sum of RGB (Red+Green+Blue) = 122+245+175=542 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.51% from 542); Green value is 245 (96.09% from 255 or 45.20% from 542); Blue value is 175 (68.75% from 255 or 32.29% from 542); Max value from RGB is 245 - color contains mainly: green. Hex color #7AF5AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF5AF is #850A50. Grayscale: #C8C8C8. Windows color (decimal): -8718929 or 11531642. OLE color: 11531642.

HSL color Cylindrical-coordinate representation of color #7AF5AF: hue angle of 145.85º degrees, saturation: 0.86, 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 #7AF5AF is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB122245175-
CMYK0.5000.290.04
HSL145.85º86.01%71.96%-
HSV(B)145.85º50.2%96.08%-
XYZ48.4272.5452.01-
YUV200.24113.7572.19-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.51%
GREEN value IS 245 (96.09% from 255) = 45.20%
BLUE value IS 175 (68.75% from 255) = 32.29%
R=22.51%
G=45.20%
B=32.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1222451750.5000.290.04145.8586.0171.96
Hex7AF5AF3201D4925648
Octal172365257620354222126110
Binary111101011110101101011111100100111011001001001010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,245,175); }

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

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

 a { background-color: rgb(122,245,175); }

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

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

 span { border-color: rgb(122,245,175); }

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