Html Css Color HEX #7EF2AF Vista Blue

📋 copy color: '#7EF2AF'

red 126 ◦ green 242 ◦ blue 175

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

Shades of Vista Blue #7EF2AF

Tints of Vista Blue #7EF2AF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.57%

 BLUE value IS 175 (68.75% from 255) = 32.23%

R = 23.2%
G = 44.57%
B = 32.23%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#7EF2AF (or 0x7EF2AF) is known color: Vista Blue. HEX triplet: 7E, F2 and AF. RGB value is (126,242,175). Sum of RGB (Red+Green+Blue) = 126+242+175=543 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.20% from 543); Green value is 242 (94.92% from 255 or 44.57% from 543); Blue value is 175 (68.75% from 255 or 32.23% from 543); Max value from RGB is 242 - color contains mainly: green. Hex color #7EF2AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EF2AF is #810D50. Grayscale: #C7C7C7. Windows color (decimal): -8457553 or 11530878. OLE color: 11530878.

HSL color Cylindrical-coordinate representation of color #7EF2AF: hue angle of 145.34º degrees, saturation: 0.82, 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 #7EF2AF is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 126 242 175 -
CMYK 0.48 0 0.28 0.05
HSL 145.34º 0.82% 0.72% -
HSV(B) 145.34º 0.48% 0.95% -
XYZ 48.09 71.04 51.73 -
YUV 199.68 114.07 75.45 -
System Red Green Blue C M Y K H S L
Decimal 126 242 175 0.48 0 0.28 0.05 145.34 0.82 0.72
Hex 7E F2 AF 30 0 1C 5 91 52 48
Octal 176 362 257 60 0 34 5 221 122 110
Binary 1111110 11110010 10101111 110000 0 11100 101 10010001 1010010 1001000

Color Harmonies of #7EF2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EF2AF

Black with #7EF2AF

Text Example


Text Example

White with #7EF2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,242,175); }

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

background-color css

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

 a { background-color: rgb(126,242,175); }

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

border-color css

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

 span { border-color: rgb(126,242,175); }

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