Html Css Color HEX #7EDD9D Vista Blue

📋 copy color: '#7EDD9D'

red 126 ◦ green 221 ◦ blue 157

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

Shades of Vista Blue #7EDD9D

Tints of Vista Blue #7EDD9D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.85%

 BLUE value IS 157 (61.72% from 255) = 31.15%

R = 25%
G = 43.85%
B = 31.15%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#7EDD9D (or 0x7EDD9D) is known color: Vista Blue. HEX triplet: 7E, DD and 9D. RGB value is (126,221,157). Sum of RGB (Red+Green+Blue) = 126+221+157=504 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 157 (61.72% from 255 or 31.15% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #7EDD9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDD9D is #812262. Grayscale: #B9B9B9. Windows color (decimal): -8462947 or 10345854. OLE color: 10345854.

HSL color Cylindrical-coordinate representation of color #7EDD9D: hue angle of 139.58º degrees, saturation: 0.58, 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 #7EDD9D is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 126 221 157 -
CMYK 0.43 0 0.29 0.13
HSL 139.58º 0.58% 0.68% -
HSV(B) 139.58º 0.43% 0.87% -
XYZ 40.55 58.58 41.07 -
YUV 185.3 112.03 85.7 -
System Red Green Blue C M Y K H S L
Decimal 126 221 157 0.43 0 0.29 0.13 139.58 0.58 0.68
Hex 7E DD 9D 2B 0 1D D 8C 3A 44
Octal 176 335 235 53 0 35 15 214 72 104
Binary 1111110 11011101 10011101 101011 0 11101 1101 10001100 111010 1000100

Color Harmonies of #7EDD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDD9D

Black with #7EDD9D

Text Example


Text Example

White with #7EDD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,221,157); }

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

background-color css

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

 a { background-color: rgb(126,221,157); }

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

border-color css

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

 span { border-color: rgb(126,221,157); }

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