Html Css Color HEX #8EE8AD Vista Blue

📋 copy color: '#8EE8AD'

red 142 ◦ green 232 ◦ blue 173

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

Shades of Vista Blue #8EE8AD

Tints of Vista Blue #8EE8AD

RGB

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

 GREEN value IS 232 (91.02% from 255) = 42.41%

 BLUE value IS 173 (67.97% from 255) = 31.63%

R = 25.96%
G = 42.41%
B = 31.63%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#8EE8AD (or 0x8EE8AD) is known color: Vista Blue. HEX triplet: 8E, E8 and AD. RGB value is (142,232,173). Sum of RGB (Red+Green+Blue) = 142+232+173=547 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.96% from 547); Green value is 232 (91.02% from 255 or 42.41% from 547); Blue value is 173 (67.97% from 255 or 31.63% from 547); Max value from RGB is 232 - color contains mainly: green. Hex color #8EE8AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EE8AD is #711752. Grayscale: #C6C6C6. Windows color (decimal): -7411539 or 11397262. OLE color: 11397262.

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

Color convert

RGB 142 232 173 -
CMYK 0.39 0 0.25 0.09
HSL 140.67º 0.66% 0.73% -
HSV(B) 140.67º 0.39% 0.91% -
XYZ 47.55 66.48 49.86 -
YUV 198.36 113.68 87.8 -
System Red Green Blue C M Y K H S L
Decimal 142 232 173 0.39 0 0.25 0.09 140.67 0.66 0.73
Hex 8E E8 AD 27 0 19 9 8D 42 49
Octal 216 350 255 47 0 31 11 215 102 111
Binary 10001110 11101000 10101101 100111 0 11001 1001 10001101 1000010 1001001

Color Harmonies of #8EE8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EE8AD

Black with #8EE8AD

Text Example


Text Example

White with #8EE8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,232,173); }

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

background-color css

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

 a { background-color: rgb(142,232,173); }

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

border-color css

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

 span { border-color: rgb(142,232,173); }

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