Html Css Color HEX #7EE0AF Vista Blue

📋 copy color: '#7EE0AF'

red 126 ◦ green 224 ◦ blue 175

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

Shades of Vista Blue #7EE0AF

Tints of Vista Blue #7EE0AF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.67%

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

R = 24%
G = 42.67%
B = 33.33%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#7EE0AF (or 0x7EE0AF) is known color: Vista Blue. HEX triplet: 7E, E0 and AF. RGB value is (126,224,175). Sum of RGB (Red+Green+Blue) = 126+224+175=525 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24% from 525); Green value is 224 (87.89% from 255 or 42.67% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 224 - color contains mainly: green. Hex color #7EE0AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EE0AF is #811F50. Grayscale: #BDBDBD. Windows color (decimal): -8462161 or 11526270. OLE color: 11526270.

HSL color Cylindrical-coordinate representation of color #7EE0AF: hue angle of 150º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7EE0AF is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 126 224 175 -
CMYK 0.44 0 0.22 0.12
HSL 150º 0.61% 0.69% -
HSV(B) 150º 0.44% 0.88% -
XYZ 43 60.84 50.03 -
YUV 189.11 120.03 82.98 -
System Red Green Blue C M Y K H S L
Decimal 126 224 175 0.44 0 0.22 0.12 150 0.61 0.69
Hex 7E E0 AF 2C 0 16 C 96 3D 45
Octal 176 340 257 54 0 26 14 226 75 105
Binary 1111110 11100000 10101111 101100 0 10110 1100 10010110 111101 1000101

Color Harmonies of #7EE0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EE0AF

Black with #7EE0AF

Text Example


Text Example

White with #7EE0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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