#7ae4aa

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

Shades of Vista Blue #7AE4AA

Tints of Vista Blue #7AE4AA

Color information

#7AE4AA (or 0x7AE4AA) is unknown color: approx Vista Blue. HEX triplet: 7A, E4 and AA. RGB value is (122,228,170). Sum of RGB (Red+Green+Blue) = 122+228+170=520 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.46% from 520); Green value is 228 (89.45% from 255 or 43.85% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 228 - color contains mainly: green. Hex color #7AE4AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AE4AA is #851B55. Grayscale: #BDBDBD. Windows color (decimal): -8723286 or 11199610. OLE color: 11199610.

HSL color Cylindrical-coordinate representation of color #7AE4AA: hue angle of 147.17º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7AE4AA is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB122228170-
CMYK0.4600.250.11
HSL147.17º66.25%68.63%-
HSV(B)147.17º46.49%89.41%-
XYZ43.0362.5347.83-
YUV189.69116.8879.72-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.46%
GREEN value IS 228 (89.45% from 255) = 43.85%
BLUE value IS 170 (66.80% from 255) = 32.69%
R=23.46%
G=43.85%
B=32.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1222281700.4600.250.11147.1766.2568.63
Hex7AE4AA2E019B934245
Octal1723442525603113223102105
Binary1111010111001001010101010111001100110111001001110000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ae4aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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