#7AEDB4

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

Shades of Vista Blue #7AEDB4

Tints of Vista Blue #7AEDB4

Color information

#7AEDB4 (or 0x7AEDB4) is unknown color: approx Vista Blue. HEX triplet: 7A, ED and B4. RGB value is (122,237,180). Sum of RGB (Red+Green+Blue) = 122+237+180=539 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.63% from 539); Green value is 237 (92.97% from 255 or 43.97% from 539); Blue value is 180 (70.70% from 255 or 33.40% from 539); Max value from RGB is 237 - color contains mainly: green. Hex color #7AEDB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AEDB4 is #85124B. Grayscale: #C4C4C4. Windows color (decimal): -8720972 or 11857274. OLE color: 11857274.

HSL color Cylindrical-coordinate representation of color #7AEDB4: hue angle of 150.26º 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 #7AEDB4 is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB122237180-
CMYK0.4900.240.07
HSL150.26º76.16%70.39%-
HSV(B)150.26º48.52%92.94%-
XYZ46.556853.85-
YUV196.12118.975.13-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.63%
GREEN value IS 237 (92.97% from 255) = 43.97%
BLUE value IS 180 (70.70% from 255) = 33.40%
R=22.63%
G=43.97%
B=33.40%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1222371800.4900.240.07150.2676.1670.39
Hex7AEDB4310187964c46
Octal172355264610307226114106
Binary111101011101101101101001100010110001111001011010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AEDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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