#8EF4AF

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

Shades of Vista Blue #8EF4AF

Tints of Vista Blue #8EF4AF

Color information

#8EF4AF (or 0x8EF4AF) is unknown color: approx Vista Blue. HEX triplet: 8E, F4 and AF. RGB value is (142,244,175). Sum of RGB (Red+Green+Blue) = 142+244+175=561 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.31% from 561); Green value is 244 (95.70% from 255 or 43.49% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 244 - color contains mainly: green. Hex color #8EF4AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EF4AF is #710B50. Grayscale: #CDCDCD. Windows color (decimal): -7408465 or 11531406. OLE color: 11531406.

HSL color Cylindrical-coordinate representation of color #8EF4AF: hue angle of 139.41º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8EF4AF is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB142244175-
CMYK0.4200.280.04
HSL139.41º82.26%75.69%-
HSV(B)139.41º41.8%95.69%-
XYZ51.2473.5552.05-
YUV205.64110.7182.61-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.31%
GREEN value IS 244 (95.70% from 255) = 43.49%
BLUE value IS 175 (68.75% from 255) = 31.19%
R=25.31%
G=43.49%
B=31.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1422441750.4200.280.04139.4182.2675.69
Hex8EF4AF2A01C48b524c
Octal216364257520344213122114
Binary1000111011110100101011111010100111001001000101110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EF4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,244,175); }

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

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

 a { background-color: rgb(142,244,175); }

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

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

 span { border-color: rgb(142,244,175); }

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