Html Css Color HEX #7EEDA6 Vista Blue

📋 copy color: '#7EEDA6'

red 126 ◦ green 237 ◦ blue 166

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

Shades of Vista Blue #7EEDA6

Tints of Vista Blue #7EEDA6

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.8%

 BLUE value IS 166 (65.23% from 255) = 31.38%

R = 23.82%
G = 44.8%
B = 31.38%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#7EEDA6 (or 0x7EEDA6) is known color: Vista Blue. HEX triplet: 7E, ED and A6. RGB value is (126,237,166). Sum of RGB (Red+Green+Blue) = 126+237+166=529 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.82% from 529); Green value is 237 (92.97% from 255 or 44.80% from 529); Blue value is 166 (65.23% from 255 or 31.38% from 529); Max value from RGB is 237 - color contains mainly: green. Hex color #7EEDA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EEDA6 is #811259. Grayscale: #C3C3C3. Windows color (decimal): -8458842 or 10939774. OLE color: 10939774.

HSL color Cylindrical-coordinate representation of color #7EEDA6: hue angle of 141.62º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EEDA6 is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 126 237 166 -
CMYK 0.47 0 0.30 0.07
HSL 141.62º 0.76% 0.71% -
HSV(B) 141.62º 0.47% 0.93% -
XYZ 45.77 67.76 46.74 -
YUV 195.72 111.23 78.27 -
System Red Green Blue C M Y K H S L
Decimal 126 237 166 0.47 0 0.30 0.07 141.62 0.76 0.71
Hex 7E ED A6 2F 0 1E 7 8E 4C 47
Octal 176 355 246 57 0 36 7 216 114 107
Binary 1111110 11101101 10100110 101111 0 11110 111 10001110 1001100 1000111

Color Harmonies of #7EEDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EEDA6

Black with #7EEDA6

Text Example


Text Example

White with #7EEDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,237,166); }

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

background-color css

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

 a { background-color: rgb(126,237,166); }

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

border-color css

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

 span { border-color: rgb(126,237,166); }

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