Html Css Color HEX #8ED5AC Vista Blue

📋 copy color: '#8ED5AC'

red 142 ◦ green 213 ◦ blue 172

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

Shades of Vista Blue #8ED5AC

Tints of Vista Blue #8ED5AC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.42%

 BLUE value IS 172 (67.58% from 255) = 32.64%

R = 26.94%
G = 40.42%
B = 32.64%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#8ED5AC (or 0x8ED5AC) is known color: Vista Blue. HEX triplet: 8E, D5 and AC. RGB value is (142,213,172). Sum of RGB (Red+Green+Blue) = 142+213+172=527 (69% of max value = 765). Red value is 142 (55.86% from 255 or 26.94% from 527); Green value is 213 (83.59% from 255 or 40.42% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 213 - color contains mainly: green. Hex color #8ED5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED5AC is #712A53. Grayscale: #BBBBBB. Windows color (decimal): -7416404 or 11326862. OLE color: 11326862.

HSL color Cylindrical-coordinate representation of color #8ED5AC: hue angle of 145.35º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ED5AC is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 142 213 172 -
CMYK 0.33 0 0.19 0.16
HSL 145.35º 0.46% 0.7% -
HSV(B) 145.35º 0.33% 0.84% -
XYZ 42.4 56.32 47.67 -
YUV 187.1 119.48 95.83 -
System Red Green Blue C M Y K H S L
Decimal 142 213 172 0.33 0 0.19 0.16 145.35 0.46 0.7
Hex 8E D5 AC 21 0 13 10 91 2E 46
Octal 216 325 254 41 0 23 20 221 56 106
Binary 10001110 11010101 10101100 100001 0 10011 10000 10010001 101110 1000110

Color Harmonies of #8ED5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED5AC

Black with #8ED5AC

Text Example


Text Example

White with #8ED5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,213,172); }

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

background-color css

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

 a { background-color: rgb(142,213,172); }

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

border-color css

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

 span { border-color: rgb(142,213,172); }

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