Html Css Color HEX #7EEBAB Vista Blue

📋 copy color: '#7EEBAB'

red 126 ◦ green 235 ◦ blue 171

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

Shades of Vista Blue #7EEBAB

Tints of Vista Blue #7EEBAB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.17%

 BLUE value IS 171 (67.19% from 255) = 32.14%

R = 23.68%
G = 44.17%
B = 32.14%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#7EEBAB (or 0x7EEBAB) is known color: Vista Blue. HEX triplet: 7E, EB and AB. RGB value is (126,235,171). Sum of RGB (Red+Green+Blue) = 126+235+171=532 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.68% from 532); Green value is 235 (92.19% from 255 or 44.17% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 235 - color contains mainly: green. Hex color #7EEBAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EEBAB is #811454. Grayscale: #C3C3C3. Windows color (decimal): -8459349 or 11266942. OLE color: 11266942.

HSL color Cylindrical-coordinate representation of color #7EEBAB: hue angle of 144.77º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7EEBAB is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 126 235 171 -
CMYK 0.46 0 0.27 0.08
HSL 144.77º 0.73% 0.71% -
HSV(B) 144.77º 0.46% 0.92% -
XYZ 45.66 66.79 49.01 -
YUV 195.11 114.39 78.7 -
System Red Green Blue C M Y K H S L
Decimal 126 235 171 0.46 0 0.27 0.08 144.77 0.73 0.71
Hex 7E EB AB 2E 0 1B 8 91 49 47
Octal 176 353 253 56 0 33 10 221 111 107
Binary 1111110 11101011 10101011 101110 0 11011 1000 10010001 1001001 1000111

Color Harmonies of #7EEBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EEBAB

Black with #7EEBAB

Text Example


Text Example

White with #7EEBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,235,171); }

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

background-color css

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

 a { background-color: rgb(126,235,171); }

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

border-color css

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

 span { border-color: rgb(126,235,171); }

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