#7AEFA4

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

Shades of Vista Blue #7AEFA4

Tints of Vista Blue #7AEFA4

Color information

#7AEFA4 (or 0x7AEFA4) is unknown color: approx Vista Blue. HEX triplet: 7A, EF and A4. RGB value is (122,239,164). Sum of RGB (Red+Green+Blue) = 122+239+164=525 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.24% from 525); Green value is 239 (93.75% from 255 or 45.52% from 525); Blue value is 164 (64.45% from 255 or 31.24% from 525); Max value from RGB is 239 - color contains mainly: green. Hex color #7AEFA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AEFA4 is #85105B. Grayscale: #C3C3C3. Windows color (decimal): -8720476 or 10809210. OLE color: 10809210.

HSL color Cylindrical-coordinate representation of color #7AEFA4: hue angle of 141.54º 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 #7AEFA4 is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB122239164-
CMYK0.4900.310.06
HSL141.54º78.52%70.78%-
HSV(B)141.54º48.95%93.73%-
XYZ45.5968.5545.95-
YUV195.47110.2475.6-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.24%
GREEN value IS 239 (93.75% from 255) = 45.52%
BLUE value IS 164 (64.45% from 255) = 31.24%
R=23.24%
G=45.52%
B=31.24%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1222391640.4900.310.06141.5478.5270.78
Hex7AEFA43101F68e4f47
Octal172357244610376216117107
Binary111101011101111101001001100010111111101000111010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AEFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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