#7AEEAB

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

Shades of Vista Blue #7AEEAB

Tints of Vista Blue #7AEEAB

Color information

#7AEEAB (or 0x7AEEAB) is unknown color: approx Vista Blue. HEX triplet: 7A, EE and AB. RGB value is (122,238,171). Sum of RGB (Red+Green+Blue) = 122+238+171=531 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.98% from 531); Green value is 238 (93.36% from 255 or 44.82% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 238 - color contains mainly: green. Hex color #7AEEAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AEEAB is #851154. Grayscale: #C3C3C3. Windows color (decimal): -8720725 or 11267706. OLE color: 11267706.

HSL color Cylindrical-coordinate representation of color #7AEEAB: hue angle of 145.34º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AEEAB is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB122238171-
CMYK0.4900.280.07
HSL145.34º77.33%70.59%-
HSV(B)145.34º48.74%93.33%-
XYZ45.9568.2349.28-
YUV195.68114.0775.45-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.98%
GREEN value IS 238 (93.36% from 255) = 44.82%
BLUE value IS 171 (67.19% from 255) = 32.20%
R=22.98%
G=44.82%
B=32.20%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1222381710.4900.280.07145.3477.3370.59
Hex7AEEAB3101C7914d47
Octal172356253610347221115107
Binary111101011101110101010111100010111001111001000110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AEEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,238,171); }

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

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

 a { background-color: rgb(122,238,171); }

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

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

 span { border-color: rgb(122,238,171); }

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