Html Css Color HEX #7EDFAC Vista Blue

📋 copy color: '#7EDFAC'

red 126 ◦ green 223 ◦ blue 172

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

Shades of Vista Blue #7EDFAC

Tints of Vista Blue #7EDFAC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.8%

 BLUE value IS 172 (67.58% from 255) = 33.01%

R = 24.18%
G = 42.8%
B = 33.01%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#7EDFAC (or 0x7EDFAC) is known color: Vista Blue. HEX triplet: 7E, DF and AC. RGB value is (126,223,172). Sum of RGB (Red+Green+Blue) = 126+223+172=521 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.18% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 223 - color contains mainly: green. Hex color #7EDFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDFAC is #812053. Grayscale: #BCBCBC. Windows color (decimal): -8462420 or 11329406. OLE color: 11329406.

HSL color Cylindrical-coordinate representation of color #7EDFAC: hue angle of 148.45º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EDFAC is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 126 223 172 -
CMYK 0.43 0 0.23 0.13
HSL 148.45º 0.6% 0.68% -
HSV(B) 148.45º 0.43% 0.87% -
XYZ 42.44 60.19 48.41 -
YUV 188.18 118.86 83.65 -
System Red Green Blue C M Y K H S L
Decimal 126 223 172 0.43 0 0.23 0.13 148.45 0.6 0.68
Hex 7E DF AC 2B 0 17 D 94 3C 44
Octal 176 337 254 53 0 27 15 224 74 104
Binary 1111110 11011111 10101100 101011 0 10111 1101 10010100 111100 1000100

Color Harmonies of #7EDFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDFAC

Black with #7EDFAC

Text Example


Text Example

White with #7EDFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,223,172); }

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

background-color css

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

 a { background-color: rgb(126,223,172); }

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

border-color css

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

 span { border-color: rgb(126,223,172); }

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