Html Css Color HEX #7EE0B0 Vista Blue

📋 copy color: '#7EE0B0'

red 126 ◦ green 224 ◦ blue 176

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

Shades of Vista Blue #7EE0B0

Tints of Vista Blue #7EE0B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.46%

R = 23.95%
G = 42.59%
B = 33.46%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#7EE0B0 (or 0x7EE0B0) is known color: Vista Blue. HEX triplet: 7E, E0 and B0. RGB value is (126,224,176). Sum of RGB (Red+Green+Blue) = 126+224+176=526 (69% of max value = 765). Red value is 126 (49.61% from 255 or 23.95% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 224 - color contains mainly: green. Hex color #7EE0B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EE0B0 is #811F4F. Grayscale: #BDBDBD. Windows color (decimal): -8462160 or 11591806. OLE color: 11591806.

HSL color Cylindrical-coordinate representation of color #7EE0B0: hue angle of 150.61º 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 #7EE0B0 is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB 126 224 176 -
CMYK 0.44 0 0.21 0.12
HSL 150.61º 0.61% 0.69% -
HSV(B) 150.61º 0.44% 0.88% -
XYZ 43.1 60.88 50.55 -
YUV 189.23 120.53 82.9 -
System Red Green Blue C M Y K H S L
Decimal 126 224 176 0.44 0 0.21 0.12 150.61 0.61 0.69
Hex 7E E0 B0 2C 0 15 C 97 3D 45
Octal 176 340 260 54 0 25 14 227 75 105
Binary 1111110 11100000 10110000 101100 0 10101 1100 10010111 111101 1000101

Color Harmonies of #7EE0B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EE0B0

Black with #7EE0B0

Text Example


Text Example

White with #7EE0B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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