Html Css Color HEX #7EECAC Vista Blue

📋 copy color: '#7EECAC'

red 126 ◦ green 236 ◦ blue 172

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

Shades of Vista Blue #7EECAC

Tints of Vista Blue #7EECAC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.19%

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

R = 23.6%
G = 44.19%
B = 32.21%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#7EECAC (or 0x7EECAC) is known color: Vista Blue. HEX triplet: 7E, EC and AC. RGB value is (126,236,172). Sum of RGB (Red+Green+Blue) = 126+236+172=534 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.60% from 534); Green value is 236 (92.58% from 255 or 44.19% from 534); Blue value is 172 (67.58% from 255 or 32.21% from 534); Max value from RGB is 236 - color contains mainly: green. Hex color #7EECAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EECAC is #811353. Grayscale: #C3C3C3. Windows color (decimal): -8459092 or 11332734. OLE color: 11332734.

HSL color Cylindrical-coordinate representation of color #7EECAC: hue angle of 145.09º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EECAC is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 126 236 172 -
CMYK 0.47 0 0.27 0.07
HSL 145.09º 0.74% 0.71% -
HSV(B) 145.09º 0.47% 0.93% -
XYZ 46.05 67.41 49.61 -
YUV 195.81 114.56 78.2 -
System Red Green Blue C M Y K H S L
Decimal 126 236 172 0.47 0 0.27 0.07 145.09 0.74 0.71
Hex 7E EC AC 2F 0 1B 7 91 4A 47
Octal 176 354 254 57 0 33 7 221 112 107
Binary 1111110 11101100 10101100 101111 0 11011 111 10010001 1001010 1000111

Color Harmonies of #7EECAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EECAC

Black with #7EECAC

Text Example


Text Example

White with #7EECAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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