#7AEDA9

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

Shades of Vista Blue #7AEDA9

Tints of Vista Blue #7AEDA9

Color information

#7AEDA9 (or 0x7AEDA9) is unknown color: approx Vista Blue. HEX triplet: 7A, ED and A9. RGB value is (122,237,169). Sum of RGB (Red+Green+Blue) = 122+237+169=528 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.11% from 528); Green value is 237 (92.97% from 255 or 44.89% from 528); Blue value is 169 (66.41% from 255 or 32.01% from 528); Max value from RGB is 237 - color contains mainly: green. Hex color #7AEDA9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AEDA9 is #851256. Grayscale: #C3C3C3. Windows color (decimal): -8720983 or 11136378. OLE color: 11136378.

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

Color convert

RGB122237169-
CMYK0.4900.290.07
HSL144.52º76.16%70.39%-
HSV(B)144.52º48.52%92.94%-
XYZ45.4767.5748.18-
YUV194.86113.476.03-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.11%
GREEN value IS 237 (92.97% from 255) = 44.89%
BLUE value IS 169 (66.41% from 255) = 32.01%
R=23.11%
G=44.89%
B=32.01%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1222371690.4900.290.07144.5276.1670.39
Hex7AEDA93101D7914c46
Octal172355251610357221114106
Binary111101011101101101010011100010111011111001000110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AEDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,237,169); }

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

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

 a { background-color: rgb(122,237,169); }

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

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

 span { border-color: rgb(122,237,169); }

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