Html Css Color HEX #7EDAA2 Vista Blue

📋 copy color: '#7EDAA2'

red 126 ◦ green 218 ◦ blue 162

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

Shades of Vista Blue #7EDAA2

Tints of Vista Blue #7EDAA2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.08%

 BLUE value IS 162 (63.67% from 255) = 32.02%

R = 24.9%
G = 43.08%
B = 32.02%

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

#7EDAA2 (or 0x7EDAA2) is known color: Vista Blue. HEX triplet: 7E, DA and A2. RGB value is (126,218,162). Sum of RGB (Red+Green+Blue) = 126+218+162=506 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.90% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 162 (63.67% from 255 or 32.02% from 506); Max value from RGB is 218 - color contains mainly: green. Hex color #7EDAA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDAA2 is #81255D. Grayscale: #B8B8B8. Windows color (decimal): -8463710 or 10672766. OLE color: 10672766.

HSL color Cylindrical-coordinate representation of color #7EDAA2: hue angle of 143.48º degrees, saturation: 0.55, 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 #7EDAA2 is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 126 218 162 -
CMYK 0.42 0 0.26 0.15
HSL 143.48º 0.55% 0.67% -
HSV(B) 143.48º 0.42% 0.85% -
XYZ 40.2 57.19 43.1 -
YUV 184.11 115.52 86.55 -
System Red Green Blue C M Y K H S L
Decimal 126 218 162 0.42 0 0.26 0.15 143.48 0.55 0.67
Hex 7E DA A2 2A 0 1A F 8F 37 43
Octal 176 332 242 52 0 32 17 217 67 103
Binary 1111110 11011010 10100010 101010 0 11010 1111 10001111 110111 1000011

Color Harmonies of #7EDAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDAA2

Black with #7EDAA2

Text Example


Text Example

White with #7EDAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,218,162); }

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

background-color css

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

 a { background-color: rgb(126,218,162); }

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

border-color css

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

 span { border-color: rgb(126,218,162); }

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