Html Css Color HEX #7ED6A5 Vista Blue

📋 copy color: '#7ED6A5'

red 126 ◦ green 214 ◦ blue 165

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

Shades of Vista Blue #7ED6A5

Tints of Vista Blue #7ED6A5

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.38%

 BLUE value IS 165 (64.84% from 255) = 32.67%

R = 24.95%
G = 42.38%
B = 32.67%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#7ED6A5 (or 0x7ED6A5) is known color: Vista Blue. HEX triplet: 7E, D6 and A5. RGB value is (126,214,165). Sum of RGB (Red+Green+Blue) = 126+214+165=505 (66% of max value = 765). Red value is 126 (49.61% from 255 or 24.95% from 505); Green value is 214 (83.98% from 255 or 42.38% from 505); Blue value is 165 (64.84% from 255 or 32.67% from 505); Max value from RGB is 214 - color contains mainly: green. Hex color #7ED6A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED6A5 is #81295A. Grayscale: #B6B6B6. Windows color (decimal): -8464731 or 10868350. OLE color: 10868350.

HSL color Cylindrical-coordinate representation of color #7ED6A5: hue angle of 146.59º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ED6A5 is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 126 214 165 -
CMYK 0.41 0 0.23 0.16
HSL 146.59º 0.52% 0.67% -
HSV(B) 146.59º 0.41% 0.84% -
XYZ 39.44 55.25 44.18 -
YUV 182.1 118.35 87.98 -
System Red Green Blue C M Y K H S L
Decimal 126 214 165 0.41 0 0.23 0.16 146.59 0.52 0.67
Hex 7E D6 A5 29 0 17 10 93 34 43
Octal 176 326 245 51 0 27 20 223 64 103
Binary 1111110 11010110 10100101 101001 0 10111 10000 10010011 110100 1000011

Color Harmonies of #7ED6A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED6A5

Black with #7ED6A5

Text Example


Text Example

White with #7ED6A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,214,165); }

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

background-color css

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

 a { background-color: rgb(126,214,165); }

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

border-color css

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

 span { border-color: rgb(126,214,165); }

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