#7AEEA5

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

Shades of Vista Blue #7AEEA5

Tints of Vista Blue #7AEEA5

Color information

#7AEEA5 (or 0x7AEEA5) is unknown color: approx Vista Blue. HEX triplet: 7A, EE and A5. RGB value is (122,238,165). Sum of RGB (Red+Green+Blue) = 122+238+165=525 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.24% from 525); Green value is 238 (93.36% from 255 or 45.33% from 525); Blue value is 165 (64.84% from 255 or 31.43% from 525); Max value from RGB is 238 - color contains mainly: green. Hex color #7AEEA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AEEA5 is #85115A. Grayscale: #C3C3C3. Windows color (decimal): -8720731 or 10874490. OLE color: 10874490.

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

Color convert

RGB122238165-
CMYK0.4900.310.07
HSL142.24º77.33%70.59%-
HSV(B)142.24º48.74%93.33%-
XYZ45.396846.33-
YUV194.99111.0775.94-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.24%
GREEN value IS 238 (93.36% from 255) = 45.33%
BLUE value IS 165 (64.84% from 255) = 31.43%
R=23.24%
G=45.33%
B=31.43%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1222381650.4900.310.07142.2477.3370.59
Hex7AEEA53101F78e4d47
Octal172356245610377216115107
Binary111101011101110101001011100010111111111000111010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AEEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,238,165); }

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

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

 a { background-color: rgb(122,238,165); }

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

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

 span { border-color: rgb(122,238,165); }

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