Html Css Color HEX #7EE8AC Vista Blue

📋 copy color: '#7EE8AC'

red 126 ◦ green 232 ◦ blue 172

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

Shades of Vista Blue #7EE8AC

Tints of Vista Blue #7EE8AC

RGB

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

 GREEN value IS 232 (91.02% from 255) = 43.77%

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

R = 23.77%
G = 43.77%
B = 32.45%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#7EE8AC (or 0x7EE8AC) is known color: Vista Blue. HEX triplet: 7E, E8 and AC. RGB value is (126,232,172). Sum of RGB (Red+Green+Blue) = 126+232+172=530 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.77% from 530); Green value is 232 (91.02% from 255 or 43.77% from 530); Blue value is 172 (67.58% from 255 or 32.45% from 530); Max value from RGB is 232 - color contains mainly: green. Hex color #7EE8AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EE8AC is #811753. Grayscale: #C1C1C1. Windows color (decimal): -8460116 or 11331710. OLE color: 11331710.

HSL color Cylindrical-coordinate representation of color #7EE8AC: hue angle of 146.04º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7EE8AC is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 126 232 172 -
CMYK 0.46 0 0.26 0.09
HSL 146.04º 0.7% 0.7% -
HSV(B) 146.04º 0.46% 0.91% -
XYZ 44.91 65.13 49.23 -
YUV 193.47 115.88 79.88 -
System Red Green Blue C M Y K H S L
Decimal 126 232 172 0.46 0 0.26 0.09 146.04 0.7 0.7
Hex 7E E8 AC 2E 0 1A 9 92 46 46
Octal 176 350 254 56 0 32 11 222 106 106
Binary 1111110 11101000 10101100 101110 0 11010 1001 10010010 1000110 1000110

Color Harmonies of #7EE8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EE8AC

Black with #7EE8AC

Text Example


Text Example

White with #7EE8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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