Html Css Color HEX #7ED1A7 Vista Blue

📋 copy color: '#7ED1A7'

red 126 ◦ green 209 ◦ blue 167

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

Shades of Vista Blue #7ED1A7

Tints of Vista Blue #7ED1A7

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.63%

 BLUE value IS 167 (65.63% from 255) = 33.27%

R = 25.1%
G = 41.63%
B = 33.27%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#7ED1A7 (or 0x7ED1A7) is known color: Vista Blue. HEX triplet: 7E, D1 and A7. RGB value is (126,209,167). Sum of RGB (Red+Green+Blue) = 126+209+167=502 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.10% from 502); Green value is 209 (82.03% from 255 or 41.63% from 502); Blue value is 167 (65.62% from 255 or 33.27% from 502); Max value from RGB is 209 - color contains mainly: green. Hex color #7ED1A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED1A7 is #812E58. Grayscale: #B3B3B3. Windows color (decimal): -8466009 or 10998142. OLE color: 10998142.

HSL color Cylindrical-coordinate representation of color #7ED1A7: hue angle of 149.64º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ED1A7 is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB 126 209 167 -
CMYK 0.40 0 0.20 0.18
HSL 149.64º 0.47% 0.66% -
HSV(B) 149.64º 0.4% 0.82% -
XYZ 38.38 52.83 44.73 -
YUV 179.4 121 89.92 -
System Red Green Blue C M Y K H S L
Decimal 126 209 167 0.40 0 0.20 0.18 149.64 0.47 0.66
Hex 7E D1 A7 28 0 14 12 96 2F 42
Octal 176 321 247 50 0 24 22 226 57 102
Binary 1111110 11010001 10100111 101000 0 10100 10010 10010110 101111 1000010

Color Harmonies of #7ED1A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED1A7

Black with #7ED1A7

Text Example


Text Example

White with #7ED1A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,209,167); }

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

background-color css

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

 a { background-color: rgb(126,209,167); }

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

border-color css

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

 span { border-color: rgb(126,209,167); }

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