#7ae1a0

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

Shades of Vista Blue #7AE1A0

Tints of Vista Blue #7AE1A0

Color information

#7AE1A0 (or 0x7AE1A0) is unknown color: approx Vista Blue. HEX triplet: 7A, E1 and A0. RGB value is (122,225,160). Sum of RGB (Red+Green+Blue) = 122+225+160=507 (67% of max value = 765). Red value is 122 (48.05% from 255 or 24.06% from 507); Green value is 225 (88.28% from 255 or 44.38% from 507); Blue value is 160 (62.89% from 255 or 31.56% from 507); Max value from RGB is 225 - color contains mainly: green. Hex color #7AE1A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AE1A0 is #851E5F. Grayscale: #BABABA. Windows color (decimal): -8724064 or 10543482. OLE color: 10543482.

HSL color Cylindrical-coordinate representation of color #7AE1A0: hue angle of 142.14º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7AE1A0 is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB122225160-
CMYK0.4600.290.12
HSL142.14º63.19%68.04%-
HSV(B)142.14º45.78%88.24%-
XYZ41.360.5342.76-
YUV186.79112.8881.79-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.06%
GREEN value IS 225 (88.28% from 255) = 44.38%
BLUE value IS 160 (62.89% from 255) = 31.56%
R=24.06%
G=44.38%
B=31.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1222251600.4600.290.12142.1463.1968.04
Hex7AE1A02E01DC8e3f44
Octal172341240560351421677104
Binary111101011100001101000001011100111011100100011101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ae1a0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,225,160); }

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

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

 a { background-color: rgb(122,225,160); }

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

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

 span { border-color: rgb(122,225,160); }

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