#7ED5AB

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

Shades of Vista Blue #7ED5AB

Tints of Vista Blue #7ED5AB

Color information

#7ED5AB (or 0x7ED5AB) is unknown color: approx Vista Blue. HEX triplet: 7E, D5 and AB. RGB value is (126,213,171). Sum of RGB (Red+Green+Blue) = 126+213+171=510 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.71% from 510); Green value is 213 (83.59% from 255 or 41.76% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 213 - color contains mainly: green. Hex color #7ED5AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED5AB is #812A54. Grayscale: #B6B6B6. Windows color (decimal): -8464981 or 11261310. OLE color: 11261310.

HSL color Cylindrical-coordinate representation of color #7ED5AB: hue angle of 151.03º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ED5AB is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB126213171-
CMYK0.4100.200.16
HSL151.03º50.88%66.47%-
HSV(B)151.03º40.85%83.53%-
XYZ39.7554.9647.04-
YUV182.2121.6887.92-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.71%
GREEN value IS 213 (83.59% from 255) = 41.76%
BLUE value IS 171 (67.19% from 255) = 33.53%
R=24.71%
G=41.76%
B=33.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1262131710.4100.200.16151.0350.8866.47
Hex7ED5AB2901410973342
Octal176325253510242022763102
Binary1111110110101011010101110100101010010000100101111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,213,171); }

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

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

 a { background-color: rgb(126,213,171); }

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

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

 span { border-color: rgb(126,213,171); }

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