#7AEDA8

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

Shades of Vista Blue #7AEDA8

Tints of Vista Blue #7AEDA8

Color information

#7AEDA8 (or 0x7AEDA8) is unknown color: approx Vista Blue. HEX triplet: 7A, ED and A8. RGB value is (122,237,168). Sum of RGB (Red+Green+Blue) = 122+237+168=527 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.15% from 527); Green value is 237 (92.97% from 255 or 44.97% from 527); Blue value is 168 (66.02% from 255 or 31.88% from 527); Max value from RGB is 237 - color contains mainly: green. Hex color #7AEDA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AEDA8 is #851257. Grayscale: #C2C2C2. Windows color (decimal): -8720984 or 11070842. OLE color: 11070842.

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

Color convert

RGB122237168-
CMYK0.4900.290.07
HSL144º76.16%70.39%-
HSV(B)144º48.52%92.94%-
XYZ45.3867.5347.69-
YUV194.75112.976.11-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.15%
GREEN value IS 237 (92.97% from 255) = 44.97%
BLUE value IS 168 (66.02% from 255) = 31.88%
R=23.15%
G=44.97%
B=31.88%

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
Decimal1222371680.4900.290.0714476.1670.39
Hex7AEDA83101D7904c46
Octal172355250610357220114106
Binary111101011101101101010001100010111011111001000010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AEDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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