#8EE1AB

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

Shades of Vista Blue #8EE1AB

Tints of Vista Blue #8EE1AB

Color information

#8EE1AB (or 0x8EE1AB) is unknown color: approx Vista Blue. HEX triplet: 8E, E1 and AB. RGB value is (142,225,171). Sum of RGB (Red+Green+Blue) = 142+225+171=538 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.39% from 538); Green value is 225 (88.28% from 255 or 41.82% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 225 - color contains mainly: green. Hex color #8EE1AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EE1AB is #711E54. Grayscale: #C2C2C2. Windows color (decimal): -7413333 or 11264398. OLE color: 11264398.

HSL color Cylindrical-coordinate representation of color #8EE1AB: hue angle of 140.96º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8EE1AB is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB142225171-
CMYK0.3700.240.12
HSL140.96º58.04%71.96%-
HSV(B)140.96º36.89%88.24%-
XYZ45.4362.5448.21-
YUV194.0311590.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.39%
GREEN value IS 225 (88.28% from 255) = 41.82%
BLUE value IS 171 (67.19% from 255) = 31.78%
R=26.39%
G=41.82%
B=31.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1422251710.3700.240.12140.9658.0471.96
Hex8EE1AB25018C8d3a48
Octal216341253450301421572110
Binary1000111011100001101010111001010110001100100011011110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,225,171); }

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

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

 a { background-color: rgb(142,225,171); }

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

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

 span { border-color: rgb(142,225,171); }

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