#8ED2AC

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

Shades of Vista Blue #8ED2AC

Tints of Vista Blue #8ED2AC

Color information

#8ED2AC (or 0x8ED2AC) is unknown color: approx Vista Blue. HEX triplet: 8E, D2 and AC. RGB value is (142,210,172). Sum of RGB (Red+Green+Blue) = 142+210+172=524 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.10% from 524); Green value is 210 (82.42% from 255 or 40.08% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 210 - color contains mainly: green. Hex color #8ED2AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED2AC is #712D53. Grayscale: #B9B9B9. Windows color (decimal): -7417172 or 11326094. OLE color: 11326094.

HSL color Cylindrical-coordinate representation of color #8ED2AC: hue angle of 146.47º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ED2AC is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB142210172-
CMYK0.3200.180.18
HSL146.47º43.04%69.02%-
HSV(B)146.47º32.38%82.35%-
XYZ41.6554.8247.42-
YUV185.34120.4797.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.10%
GREEN value IS 210 (82.42% from 255) = 40.08%
BLUE value IS 172 (67.58% from 255) = 32.82%
R=27.10%
G=40.08%
B=32.82%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1422101720.3200.180.18146.4743.0469.02
Hex8ED2AC2001212922b45
Octal216322254400222222253105
Binary10001110110100101010110010000001001010010100100101010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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