Html Css Color HEX #7EEDA8 Vista Blue

📋 copy color: '#7EEDA8'

red 126 ◦ green 237 ◦ blue 168

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

Shades of Vista Blue #7EEDA8

Tints of Vista Blue #7EEDA8

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.63%

 BLUE value IS 168 (66.02% from 255) = 31.64%

R = 23.73%
G = 44.63%
B = 31.64%

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

#7EEDA8 (or 0x7EEDA8) is known color: Vista Blue. HEX triplet: 7E, ED and A8. RGB value is (126,237,168). Sum of RGB (Red+Green+Blue) = 126+237+168=531 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.73% from 531); Green value is 237 (92.97% from 255 or 44.63% from 531); Blue value is 168 (66.02% from 255 or 31.64% from 531); Max value from RGB is 237 - color contains mainly: green. Hex color #7EEDA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EEDA8 is #811257. Grayscale: #C4C4C4. Windows color (decimal): -8458840 or 11070846. OLE color: 11070846.

HSL color Cylindrical-coordinate representation of color #7EEDA8: hue angle of 142.7º degrees, saturation: 0.76, 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 #7EEDA8 is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 126 237 168 -
CMYK 0.47 0 0.29 0.07
HSL 142.7º 0.76% 0.71% -
HSV(B) 142.7º 0.47% 0.93% -
XYZ 45.96 67.83 47.72 -
YUV 195.95 112.23 78.11 -
System Red Green Blue C M Y K H S L
Decimal 126 237 168 0.47 0 0.29 0.07 142.7 0.76 0.71
Hex 7E ED A8 2F 0 1D 7 8F 4C 47
Octal 176 355 250 57 0 35 7 217 114 107
Binary 1111110 11101101 10101000 101111 0 11101 111 10001111 1001100 1000111

Color Harmonies of #7EEDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EEDA8

Black with #7EEDA8

Text Example


Text Example

White with #7EEDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,237,168); }

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

background-color css

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

 a { background-color: rgb(126,237,168); }

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

border-color css

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

 span { border-color: rgb(126,237,168); }

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