Html Css Color HEX #7EDF9F Vista Blue

📋 copy color: '#7EDF9F'

red 126 ◦ green 223 ◦ blue 159

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

Shades of Vista Blue #7EDF9F

Tints of Vista Blue #7EDF9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.3%

R = 24.8%
G = 43.9%
B = 31.3%

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

#7EDF9F (or 0x7EDF9F) is known color: Vista Blue. HEX triplet: 7E, DF and 9F. RGB value is (126,223,159). Sum of RGB (Red+Green+Blue) = 126+223+159=508 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.80% from 508); Green value is 223 (87.5% from 255 or 43.90% from 508); Blue value is 159 (62.5% from 255 or 31.30% from 508); Max value from RGB is 223 - color contains mainly: green. Hex color #7EDF9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDF9F is #812060. Grayscale: #BABABA. Windows color (decimal): -8462433 or 10477438. OLE color: 10477438.

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

Color convert

RGB 126 223 159 -
CMYK 0.43 0 0.29 0.13
HSL 140.41º 0.6% 0.68% -
HSV(B) 140.41º 0.43% 0.87% -
XYZ 41.25 59.71 42.15 -
YUV 186.7 112.36 84.7 -
System Red Green Blue C M Y K H S L
Decimal 126 223 159 0.43 0 0.29 0.13 140.41 0.6 0.68
Hex 7E DF 9F 2B 0 1D D 8C 3C 44
Octal 176 337 237 53 0 35 15 214 74 104
Binary 1111110 11011111 10011111 101011 0 11101 1101 10001100 111100 1000100

Color Harmonies of #7EDF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDF9F

Black with #7EDF9F

Text Example


Text Example

White with #7EDF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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