Html Css Color HEX #7ED9AF Vista Blue

📋 copy color: '#7ED9AF'

red 126 ◦ green 217 ◦ blue 175

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

Shades of Vista Blue #7ED9AF

Tints of Vista Blue #7ED9AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.78%

R = 24.32%
G = 41.89%
B = 33.78%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#7ED9AF (or 0x7ED9AF) is known color: Vista Blue. HEX triplet: 7E, D9 and AF. RGB value is (126,217,175). Sum of RGB (Red+Green+Blue) = 126+217+175=518 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.32% from 518); Green value is 217 (85.16% from 255 or 41.89% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 217 - color contains mainly: green. Hex color #7ED9AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED9AF is #812650. Grayscale: #B9B9B9. Windows color (decimal): -8463953 or 11524478. OLE color: 11524478.

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

Color convert

RGB 126 217 175 -
CMYK 0.42 0 0.19 0.15
HSL 152.31º 0.54% 0.67% -
HSV(B) 152.31º 0.42% 0.85% -
XYZ 41.15 57.16 49.42 -
YUV 185 122.35 85.92 -
System Red Green Blue C M Y K H S L
Decimal 126 217 175 0.42 0 0.19 0.15 152.31 0.54 0.67
Hex 7E D9 AF 2A 0 13 F 98 36 43
Octal 176 331 257 52 0 23 17 230 66 103
Binary 1111110 11011001 10101111 101010 0 10011 1111 10011000 110110 1000011

Color Harmonies of #7ED9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED9AF

Black with #7ED9AF

Text Example


Text Example

White with #7ED9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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