Html Css Color HEX #8EE2AB Vista Blue

📋 copy color: '#8EE2AB'

red 142 ◦ green 226 ◦ blue 171

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

Shades of Vista Blue #8EE2AB

Tints of Vista Blue #8EE2AB

RGB

 RED value IS 142 (55.86% from 255) = 26.35%

 GREEN value IS 226 (88.67% from 255) = 41.93%

 BLUE value IS 171 (67.19% from 255) = 31.73%

R = 26.35%
G = 41.93%
B = 31.73%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#8EE2AB (or 0x8EE2AB) is known color: Vista Blue. HEX triplet: 8E, E2 and AB. RGB value is (142,226,171). Sum of RGB (Red+Green+Blue) = 142+226+171=539 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.35% from 539); Green value is 226 (88.67% from 255 or 41.93% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 226 - color contains mainly: green. Hex color #8EE2AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EE2AB is #711D54. Grayscale: #C2C2C2. Windows color (decimal): -7413077 or 11264654. OLE color: 11264654.

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

Color convert

RGB 142 226 171 -
CMYK 0.37 0 0.24 0.11
HSL 140.71º 0.59% 0.72% -
HSV(B) 140.71º 0.37% 0.89% -
XYZ 45.7 63.08 48.3 -
YUV 194.61 114.67 90.47 -
System Red Green Blue C M Y K H S L
Decimal 142 226 171 0.37 0 0.24 0.11 140.71 0.59 0.72
Hex 8E E2 AB 25 0 18 B 8D 3B 48
Octal 216 342 253 45 0 30 13 215 73 110
Binary 10001110 11100010 10101011 100101 0 11000 1011 10001101 111011 1001000

Color Harmonies of #8EE2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EE2AB

Black with #8EE2AB

Text Example


Text Example

White with #8EE2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8EE2AB;
 }
 .AnyTagClassName
 {
   color: #8EE2AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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