Html Css Color HEX #7ED8AB Vista Blue

📋 copy color: '#7ED8AB'

red 126 ◦ green 216 ◦ blue 171

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

Shades of Vista Blue #7ED8AB

Tints of Vista Blue #7ED8AB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.11%

 BLUE value IS 171 (67.19% from 255) = 33.33%

R = 24.56%
G = 42.11%
B = 33.33%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#7ED8AB (or 0x7ED8AB) is known color: Vista Blue. HEX triplet: 7E, D8 and AB. RGB value is (126,216,171). Sum of RGB (Red+Green+Blue) = 126+216+171=513 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.56% from 513); Green value is 216 (84.77% from 255 or 42.11% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 216 - color contains mainly: green. Hex color #7ED8AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED8AB is #812754. Grayscale: #B8B8B8. Windows color (decimal): -8464213 or 11262078. OLE color: 11262078.

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

Color convert

RGB 126 216 171 -
CMYK 0.42 0 0.21 0.15
HSL 150º 0.54% 0.67% -
HSV(B) 150º 0.42% 0.85% -
XYZ 40.51 56.49 47.3 -
YUV 183.96 120.68 86.66 -
System Red Green Blue C M Y K H S L
Decimal 126 216 171 0.42 0 0.21 0.15 150 0.54 0.67
Hex 7E D8 AB 2A 0 15 F 96 36 43
Octal 176 330 253 52 0 25 17 226 66 103
Binary 1111110 11011000 10101011 101010 0 10101 1111 10010110 110110 1000011

Color Harmonies of #7ED8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED8AB

Black with #7ED8AB

Text Example


Text Example

White with #7ED8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,216,171); }

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

background-color css

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

 a { background-color: rgb(126,216,171); }

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

border-color css

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

 span { border-color: rgb(126,216,171); }

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