Html Css Color HEX #7EF3B2 Vista Blue

📋 copy color: '#7EF3B2'

red 126 ◦ green 243 ◦ blue 178

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

Shades of Vista Blue #7EF3B2

Tints of Vista Blue #7EF3B2

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.42%

 BLUE value IS 178 (69.92% from 255) = 32.54%

R = 23.03%
G = 44.42%
B = 32.54%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#7EF3B2 (or 0x7EF3B2) is known color: Vista Blue. HEX triplet: 7E, F3 and B2. RGB value is (126,243,178). Sum of RGB (Red+Green+Blue) = 126+243+178=547 (72% of max value = 765). Red value is 126 (49.61% from 255 or 23.03% from 547); Green value is 243 (95.31% from 255 or 44.42% from 547); Blue value is 178 (69.92% from 255 or 32.54% from 547); Max value from RGB is 243 - color contains mainly: green. Hex color #7EF3B2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EF3B2 is #810C4D. Grayscale: #C8C8C8. Windows color (decimal): -8457294 or 11727742. OLE color: 11727742.

HSL color Cylindrical-coordinate representation of color #7EF3B2: hue angle of 146.67º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7EF3B2 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 126 243 178 -
CMYK 0.48 0 0.27 0.05
HSL 146.67º 0.83% 0.72% -
HSV(B) 146.67º 0.48% 0.95% -
XYZ 48.69 71.75 53.4 -
YUV 200.61 115.24 74.79 -
System Red Green Blue C M Y K H S L
Decimal 126 243 178 0.48 0 0.27 0.05 146.67 0.83 0.72
Hex 7E F3 B2 30 0 1B 5 93 53 48
Octal 176 363 262 60 0 33 5 223 123 110
Binary 1111110 11110011 10110010 110000 0 11011 101 10010011 1010011 1001000

Color Harmonies of #7EF3B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EF3B2

Black with #7EF3B2

Text Example


Text Example

White with #7EF3B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,243,178); }

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

background-color css

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

 a { background-color: rgb(126,243,178); }

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

border-color css

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

 span { border-color: rgb(126,243,178); }

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