Html Css Color HEX #7ED9A0 Vista Blue

📋 copy color: '#7ED9A0'

red 126 ◦ green 217 ◦ blue 160

#7ED9A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vista Blue #7ED9A0

Tints of Vista Blue #7ED9A0

RGB

 RED value IS 126 (49.61% from 255) = 25.05%

 GREEN value IS 217 (85.16% from 255) = 43.14%

 BLUE value IS 160 (62.89% from 255) = 31.81%

R = 25.05%
G = 43.14%
B = 31.81%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#7ED9A0 (or 0x7ED9A0) is known color: Vista Blue. HEX triplet: 7E, D9 and A0. RGB value is (126,217,160). Sum of RGB (Red+Green+Blue) = 126+217+160=503 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.05% from 503); Green value is 217 (85.16% from 255 or 43.14% from 503); Blue value is 160 (62.89% from 255 or 31.81% from 503); Max value from RGB is 217 - color contains mainly: green. Hex color #7ED9A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED9A0 is #81265F. Grayscale: #B7B7B7. Windows color (decimal): -8463968 or 10541438. OLE color: 10541438.

HSL color Cylindrical-coordinate representation of color #7ED9A0: hue angle of 142.42º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7ED9A0 is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 126 217 160 -
CMYK 0.42 0 0.26 0.15
HSL 142.42º 0.54% 0.67% -
HSV(B) 142.42º 0.42% 0.85% -
XYZ 39.76 56.6 42.09 -
YUV 183.29 114.85 87.13 -
System Red Green Blue C M Y K H S L
Decimal 126 217 160 0.42 0 0.26 0.15 142.42 0.54 0.67
Hex 7E D9 A0 2A 0 1A F 8E 36 43
Octal 176 331 240 52 0 32 17 216 66 103
Binary 1111110 11011001 10100000 101010 0 11010 1111 10001110 110110 1000011

Color Harmonies of #7ED9A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED9A0

Black with #7ED9A0

Text Example


Text Example

White with #7ED9A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,217,160); }

 H1.HeaderClassName
 {
   color: #7ED9A0;
 }
 .AnyTagClassName
 {
   color: #7ED9A0;
 }
</style>

background-color css

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

 a { background-color: rgb(126,217,160); }

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

border-color css

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

 span { border-color: rgb(126,217,160); }

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