Html Css Color HEX #7EEEAA Vista Blue

📋 copy color: '#7EEEAA'

red 126 ◦ green 238 ◦ blue 170

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

Shades of Vista Blue #7EEEAA

Tints of Vista Blue #7EEEAA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.57%

 BLUE value IS 170 (66.8% from 255) = 31.84%

R = 23.6%
G = 44.57%
B = 31.84%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#7EEEAA (or 0x7EEEAA) is known color: Vista Blue. HEX triplet: 7E, EE and AA. RGB value is (126,238,170). Sum of RGB (Red+Green+Blue) = 126+238+170=534 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.60% from 534); Green value is 238 (93.36% from 255 or 44.57% from 534); Blue value is 170 (66.80% from 255 or 31.84% from 534); Max value from RGB is 238 - color contains mainly: green. Hex color #7EEEAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EEEAA is #811155. Grayscale: #C4C4C4. Windows color (decimal): -8458582 or 11202174. OLE color: 11202174.

HSL color Cylindrical-coordinate representation of color #7EEEAA: hue angle of 143.57º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EEEAA is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 126 238 170 -
CMYK 0.47 0 0.29 0.07
HSL 143.57º 0.77% 0.71% -
HSV(B) 143.57º 0.47% 0.93% -
XYZ 46.43 68.49 48.8 -
YUV 196.76 112.89 77.53 -
System Red Green Blue C M Y K H S L
Decimal 126 238 170 0.47 0 0.29 0.07 143.57 0.77 0.71
Hex 7E EE AA 2F 0 1D 7 90 4D 47
Octal 176 356 252 57 0 35 7 220 115 107
Binary 1111110 11101110 10101010 101111 0 11101 111 10010000 1001101 1000111

Color Harmonies of #7EEEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EEEAA

Black with #7EEEAA

Text Example


Text Example

White with #7EEEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,238,170); }

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

background-color css

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

 a { background-color: rgb(126,238,170); }

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

border-color css

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

 span { border-color: rgb(126,238,170); }

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