Html Css Color HEX #7EDDA0 Vista Blue

📋 copy color: '#7EDDA0'

red 126 ◦ green 221 ◦ blue 160

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

Shades of Vista Blue #7EDDA0

Tints of Vista Blue #7EDDA0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.59%

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

R = 24.85%
G = 43.59%
B = 31.56%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#7EDDA0 (or 0x7EDDA0) is known color: Vista Blue. HEX triplet: 7E, DD and A0. RGB value is (126,221,160). Sum of RGB (Red+Green+Blue) = 126+221+160=507 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.85% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 160 (62.89% from 255 or 31.56% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #7EDDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDDA0 is #81225F. Grayscale: #B9B9B9. Windows color (decimal): -8462944 or 10542462. OLE color: 10542462.

HSL color Cylindrical-coordinate representation of color #7EDDA0: hue angle of 141.47º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EDDA0 is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 126 221 160 -
CMYK 0.43 0 0.28 0.13
HSL 141.47º 0.58% 0.68% -
HSV(B) 141.47º 0.43% 0.87% -
XYZ 40.81 58.69 42.43 -
YUV 185.64 113.53 85.46 -
System Red Green Blue C M Y K H S L
Decimal 126 221 160 0.43 0 0.28 0.13 141.47 0.58 0.68
Hex 7E DD A0 2B 0 1C D 8D 3A 44
Octal 176 335 240 53 0 34 15 215 72 104
Binary 1111110 11011101 10100000 101011 0 11100 1101 10001101 111010 1000100

Color Harmonies of #7EDDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDDA0

Black with #7EDDA0

Text Example


Text Example

White with #7EDDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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