Html Css Color HEX #7EDFAA Vista Blue

📋 copy color: '#7EDFAA'

red 126 ◦ green 223 ◦ blue 170

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

Shades of Vista Blue #7EDFAA

Tints of Vista Blue #7EDFAA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.97%

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

R = 24.28%
G = 42.97%
B = 32.76%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#7EDFAA (or 0x7EDFAA) is known color: Vista Blue. HEX triplet: 7E, DF and AA. RGB value is (126,223,170). Sum of RGB (Red+Green+Blue) = 126+223+170=519 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.28% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 223 - color contains mainly: green. Hex color #7EDFAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDFAA is #812055. Grayscale: #BCBCBC. Windows color (decimal): -8462422 or 11198334. OLE color: 11198334.

HSL color Cylindrical-coordinate representation of color #7EDFAA: hue angle of 147.22º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EDFAA is Cyan = 0.43, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 126 223 170 -
CMYK 0.43 0 0.24 0.13
HSL 147.22º 0.6% 0.68% -
HSV(B) 147.22º 0.43% 0.87% -
XYZ 42.25 60.11 47.41 -
YUV 187.96 117.86 83.81 -
System Red Green Blue C M Y K H S L
Decimal 126 223 170 0.43 0 0.24 0.13 147.22 0.6 0.68
Hex 7E DF AA 2B 0 18 D 93 3C 44
Octal 176 337 252 53 0 30 15 223 74 104
Binary 1111110 11011111 10101010 101011 0 11000 1101 10010011 111100 1000100

Color Harmonies of #7EDFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDFAA

Black with #7EDFAA

Text Example


Text Example

White with #7EDFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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