#8ED3AD

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

Shades of Vista Blue #8ED3AD

Tints of Vista Blue #8ED3AD

Color information

#8ED3AD (or 0x8ED3AD) is unknown color: approx Vista Blue. HEX triplet: 8E, D3 and AD. RGB value is (142,211,173). Sum of RGB (Red+Green+Blue) = 142+211+173=526 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.00% from 526); Green value is 211 (82.81% from 255 or 40.11% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 211 - color contains mainly: green. Hex color #8ED3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED3AD is #712C52. Grayscale: #BABABA. Windows color (decimal): -7416915 or 11391886. OLE color: 11391886.

HSL color Cylindrical-coordinate representation of color #8ED3AD: hue angle of 146.96º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ED3AD is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB142211173-
CMYK0.3300.180.17
HSL146.96º43.95%69.22%-
HSV(B)146.96º32.7%82.75%-
XYZ41.9955.3648.01-
YUV186.04120.6496.59-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.00%
GREEN value IS 211 (82.81% from 255) = 40.11%
BLUE value IS 173 (67.97% from 255) = 32.89%
R=27.00%
G=40.11%
B=32.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1422111730.3300.180.17146.9643.9569.22
Hex8ED3AD2101211932c45
Octal216323255410222122354105
Binary10001110110100111010110110000101001010001100100111011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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