Html Css Color HEX #7EE8B4 Vista Blue

📋 copy color: '#7EE8B4'

red 126 ◦ green 232 ◦ blue 180

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

Shades of Vista Blue #7EE8B4

Tints of Vista Blue #7EE8B4

RGB

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

 GREEN value IS 232 (91.02% from 255) = 43.12%

 BLUE value IS 180 (70.7% from 255) = 33.46%

R = 23.42%
G = 43.12%
B = 33.46%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.22

 K value IS 0.09

RGB Variations

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

Color information

#7EE8B4 (or 0x7EE8B4) is known color: Vista Blue. HEX triplet: 7E, E8 and B4. RGB value is (126,232,180). Sum of RGB (Red+Green+Blue) = 126+232+180=538 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.42% from 538); Green value is 232 (91.02% from 255 or 43.12% from 538); Blue value is 180 (70.70% from 255 or 33.46% from 538); Max value from RGB is 232 - color contains mainly: green. Hex color #7EE8B4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EE8B4 is #81174B. Grayscale: #C2C2C2. Windows color (decimal): -8460108 or 11855998. OLE color: 11855998.

HSL color Cylindrical-coordinate representation of color #7EE8B4: hue angle of 150.57º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7EE8B4 is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB 126 232 180 -
CMYK 0.46 0 0.22 0.09
HSL 150.57º 0.7% 0.7% -
HSV(B) 150.57º 0.46% 0.91% -
XYZ 45.7 65.44 53.4 -
YUV 194.38 119.88 79.23 -
System Red Green Blue C M Y K H S L
Decimal 126 232 180 0.46 0 0.22 0.09 150.57 0.7 0.7
Hex 7E E8 B4 2E 0 16 9 97 46 46
Octal 176 350 264 56 0 26 11 227 106 106
Binary 1111110 11101000 10110100 101110 0 10110 1001 10010111 1000110 1000110

Color Harmonies of #7EE8B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EE8B4

Black with #7EE8B4

Text Example


Text Example

White with #7EE8B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,232,180); }

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

background-color css

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

 a { background-color: rgb(126,232,180); }

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

border-color css

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

 span { border-color: rgb(126,232,180); }

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