Html Css Color HEX #7EE5AF Vista Blue

📋 copy color: '#7EE5AF'

red 126 ◦ green 229 ◦ blue 175

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

Shades of Vista Blue #7EE5AF

Tints of Vista Blue #7EE5AF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 43.21%

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

R = 23.77%
G = 43.21%
B = 33.02%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#7EE5AF (or 0x7EE5AF) is known color: Vista Blue. HEX triplet: 7E, E5 and AF. RGB value is (126,229,175). Sum of RGB (Red+Green+Blue) = 126+229+175=530 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.77% from 530); Green value is 229 (89.84% from 255 or 43.21% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 229 - color contains mainly: green. Hex color #7EE5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EE5AF is #811A50. Grayscale: #C0C0C0. Windows color (decimal): -8460881 or 11527550. OLE color: 11527550.

HSL color Cylindrical-coordinate representation of color #7EE5AF: hue angle of 148.54º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7EE5AF is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 126 229 175 -
CMYK 0.45 0 0.24 0.10
HSL 148.54º 0.66% 0.7% -
HSV(B) 148.54º 0.45% 0.9% -
XYZ 44.36 63.57 50.49 -
YUV 192.05 118.38 80.89 -
System Red Green Blue C M Y K H S L
Decimal 126 229 175 0.45 0 0.24 0.10 148.54 0.66 0.7
Hex 7E E5 AF 2D 0 18 A 95 42 46
Octal 176 345 257 55 0 30 12 225 102 106
Binary 1111110 11100101 10101111 101101 0 11000 1010 10010101 1000010 1000110

Color Harmonies of #7EE5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EE5AF

Black with #7EE5AF

Text Example


Text Example

White with #7EE5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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