#7AE7AA

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

Shades of Vista Blue #7AE7AA

Tints of Vista Blue #7AE7AA

Color information

#7AE7AA (or 0x7AE7AA) is unknown color: approx Vista Blue. HEX triplet: 7A, E7 and AA. RGB value is (122,231,170). Sum of RGB (Red+Green+Blue) = 122+231+170=523 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.33% from 523); Green value is 231 (90.62% from 255 or 44.17% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 231 - color contains mainly: green. Hex color #7AE7AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AE7AA is #851855. Grayscale: #BFBFBF. Windows color (decimal): -8722518 or 11200378. OLE color: 11200378.

HSL color Cylindrical-coordinate representation of color #7AE7AA: hue angle of 146.42º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7AE7AA is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB122231170-
CMYK0.4700.260.09
HSL146.42º69.43%69.22%-
HSV(B)146.42º47.19%90.59%-
XYZ43.8664.1948.11-
YUV191.46115.8978.46-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.33%
GREEN value IS 231 (90.62% from 255) = 44.17%
BLUE value IS 170 (66.80% from 255) = 32.50%
R=23.33%
G=44.17%
B=32.50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1222311700.4700.260.09146.4269.4369.22
Hex7AE7AA2F01A9924545
Octal1723472525703211222105105
Binary1111010111001111010101010111101101010011001001010001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,231,170); }

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

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

 a { background-color: rgb(122,231,170); }

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

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

 span { border-color: rgb(122,231,170); }

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