#7ae8a6

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

Shades of Vista Blue #7AE8A6

Tints of Vista Blue #7AE8A6

Color information

#7AE8A6 (or 0x7AE8A6) is unknown color: approx Vista Blue. HEX triplet: 7A, E8 and A6. RGB value is (122,232,166). Sum of RGB (Red+Green+Blue) = 122+232+166=520 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.46% from 520); Green value is 232 (91.02% from 255 or 44.62% from 520); Blue value is 166 (65.23% from 255 or 31.92% from 520); Max value from RGB is 232 - color contains mainly: green. Hex color #7AE8A6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AE8A6 is #851759. Grayscale: #BFBFBF. Windows color (decimal): -8722266 or 10938490. OLE color: 10938490.

HSL color Cylindrical-coordinate representation of color #7AE8A6: hue angle of 144º degrees, saturation: 0.71, 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 #7AE8A6 is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.09.

Color convert

RGB122232166-
CMYK0.4700.280.09
HSL144º70.51%69.41%-
HSV(B)144º47.41%90.98%-
XYZ43.7764.646.24-
YUV191.59113.5678.37-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.46%
GREEN value IS 232 (91.02% from 255) = 44.62%
BLUE value IS 166 (65.23% from 255) = 31.92%
R=23.46%
G=44.62%
B=31.92%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1222321660.4700.280.0914470.5169.41
Hex7AE8A62F01C9904745
Octal1723502465703411220107105
Binary1111010111010001010011010111101110010011001000010001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ae8a6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,232,166); }

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

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

 a { background-color: rgb(122,232,166); }

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

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

 span { border-color: rgb(122,232,166); }

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