Html Css Color HEX #8EE9AA Vista Blue

📋 copy color: '#8EE9AA'

red 142 ◦ green 233 ◦ blue 170

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

Shades of Vista Blue #8EE9AA

Tints of Vista Blue #8EE9AA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.75%

 BLUE value IS 170 (66.8% from 255) = 31.19%

R = 26.06%
G = 42.75%
B = 31.19%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#8EE9AA (or 0x8EE9AA) is known color: Vista Blue. HEX triplet: 8E, E9 and AA. RGB value is (142,233,170). Sum of RGB (Red+Green+Blue) = 142+233+170=545 (72% of max value = 765). Red value is 142 (55.86% from 255 or 26.06% from 545); Green value is 233 (91.41% from 255 or 42.75% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 233 - color contains mainly: green. Hex color #8EE9AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EE9AA is #711655. Grayscale: #C6C6C6. Windows color (decimal): -7411286 or 11200910. OLE color: 11200910.

HSL color Cylindrical-coordinate representation of color #8EE9AA: hue angle of 138.46º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EE9AA is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB 142 233 170 -
CMYK 0.39 0 0.27 0.09
HSL 138.46º 0.67% 0.74% -
HSV(B) 138.46º 0.39% 0.91% -
XYZ 47.55 66.93 48.44 -
YUV 198.61 111.85 87.62 -
System Red Green Blue C M Y K H S L
Decimal 142 233 170 0.39 0 0.27 0.09 138.46 0.67 0.74
Hex 8E E9 AA 27 0 1B 9 8A 43 4A
Octal 216 351 252 47 0 33 11 212 103 112
Binary 10001110 11101001 10101010 100111 0 11011 1001 10001010 1000011 1001010

Color Harmonies of #8EE9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EE9AA

Black with #8EE9AA

Text Example


Text Example

White with #8EE9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,233,170); }

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

background-color css

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

 a { background-color: rgb(142,233,170); }

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

border-color css

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

 span { border-color: rgb(142,233,170); }

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