#7AEFA9

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

Shades of Vista Blue #7AEFA9

Tints of Vista Blue #7AEFA9

Color information

#7AEFA9 (or 0x7AEFA9) is unknown color: approx Vista Blue. HEX triplet: 7A, EF and A9. RGB value is (122,239,169). Sum of RGB (Red+Green+Blue) = 122+239+169=530 (70% of max value = 765). Red value is 122 (48.05% from 255 or 23.02% from 530); Green value is 239 (93.75% from 255 or 45.09% from 530); Blue value is 169 (66.41% from 255 or 31.89% from 530); Max value from RGB is 239 - color contains mainly: green. Hex color #7AEFA9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AEFA9 is #851056. Grayscale: #C4C4C4. Windows color (decimal): -8720471 or 11136890. OLE color: 11136890.

HSL color Cylindrical-coordinate representation of color #7AEFA9: hue angle of 144.1º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AEFA9 is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB122239169-
CMYK0.4900.290.06
HSL144.1º78.52%70.78%-
HSV(B)144.1º48.95%93.73%-
XYZ46.0568.7448.38-
YUV196.04112.7475.19-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.02%
GREEN value IS 239 (93.75% from 255) = 45.09%
BLUE value IS 169 (66.41% from 255) = 31.89%
R=23.02%
G=45.09%
B=31.89%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1222391690.4900.290.06144.178.5270.78
Hex7AEFA93101D6904f47
Octal172357251610356220117107
Binary111101011101111101010011100010111011101001000010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AEFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,239,169); }

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

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

 a { background-color: rgb(122,239,169); }

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

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

 span { border-color: rgb(122,239,169); }

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