Html Css Color HEX #7EE1A8 Vista Blue

📋 copy color: '#7EE1A8'

red 126 ◦ green 225 ◦ blue 168

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

Shades of Vista Blue #7EE1A8

Tints of Vista Blue #7EE1A8

RGB

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

 GREEN value IS 225 (88.28% from 255) = 43.35%

 BLUE value IS 168 (66.02% from 255) = 32.37%

R = 24.28%
G = 43.35%
B = 32.37%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#7EE1A8 (or 0x7EE1A8) is known color: Vista Blue. HEX triplet: 7E, E1 and A8. RGB value is (126,225,168). Sum of RGB (Red+Green+Blue) = 126+225+168=519 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.28% from 519); Green value is 225 (88.28% from 255 or 43.35% from 519); Blue value is 168 (66.02% from 255 or 32.37% from 519); Max value from RGB is 225 - color contains mainly: green. Hex color #7EE1A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EE1A8 is #811E57. Grayscale: #BDBDBD. Windows color (decimal): -8461912 or 11067774. OLE color: 11067774.

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

Color convert

RGB 126 225 168 -
CMYK 0.44 0 0.25 0.12
HSL 145.45º 0.62% 0.69% -
HSV(B) 145.45º 0.44% 0.88% -
XYZ 42.6 61.11 46.6 -
YUV 188.9 116.2 83.13 -
System Red Green Blue C M Y K H S L
Decimal 126 225 168 0.44 0 0.25 0.12 145.45 0.62 0.69
Hex 7E E1 A8 2C 0 19 C 91 3E 45
Octal 176 341 250 54 0 31 14 221 76 105
Binary 1111110 11100001 10101000 101100 0 11001 1100 10010001 111110 1000101

Color Harmonies of #7EE1A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EE1A8

Black with #7EE1A8

Text Example


Text Example

White with #7EE1A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,225,168); }

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

background-color css

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

 a { background-color: rgb(126,225,168); }

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

border-color css

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

 span { border-color: rgb(126,225,168); }

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