#8EF1AC

Color #8EF1AC Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #8EF1AC

Tints of Vista Blue #8EF1AC

Color information

#8EF1AC (or 0x8EF1AC) is unknown color: approx Vista Blue. HEX triplet: 8E, F1 and AC. RGB value is (142,241,172). Sum of RGB (Red+Green+Blue) = 142+241+172=555 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.59% from 555); Green value is 241 (94.53% from 255 or 43.42% from 555); Blue value is 172 (67.58% from 255 or 30.99% from 555); Max value from RGB is 241 - color contains mainly: green. Hex color #8EF1AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EF1AC is #710E53. Grayscale: #CBCBCB. Windows color (decimal): -7409236 or 11334030. OLE color: 11334030.

HSL color Cylindrical-coordinate representation of color #8EF1AC: hue angle of 138.18º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EF1AC is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB142241172-
CMYK0.4100.290.05
HSL138.18º77.95%75.1%-
HSV(B)138.18º41.08%94.51%-
XYZ50.0671.6450.22-
YUV203.53110.284.11-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.59%
GREEN value IS 241 (94.53% from 255) = 43.42%
BLUE value IS 172 (67.58% from 255) = 30.99%
R=25.59%
G=43.42%
B=30.99%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1422411720.4100.290.05138.1877.9575.1
Hex8EF1AC2901D58a4e4b
Octal216361254510355212116113
Binary1000111011110001101011001010010111011011000101010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EF1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8EF1AC; }

 p { color: rgb(142,241,172); }

 H1.HeaderClassName
 {
   color: #8EF1AC;
 }
 .AnyTagClassName
 {
   color: #8EF1AC;
 }
</style>
background-color css

<style>
 a { background-color: #8EF1AC; }

 a { background-color: rgb(142,241,172); }

 div.DivClassName
 {
   background-color: #8EF1AC;
 }
 .BgClassName
 {
   background-color: #8EF1AC;
 }
</style>
border-color css

<style>
 span { border-color: #8EF1AC; }

 span { border-color: rgb(142,241,172); }

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