#8CE9AC

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

Shades of Vista Blue #8CE9AC

Tints of Vista Blue #8CE9AC

Color information

#8CE9AC (or 0x8CE9AC) is unknown color: approx Vista Blue. HEX triplet: 8C, E9 and AC. RGB value is (140,233,172). Sum of RGB (Red+Green+Blue) = 140+233+172=545 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.69% from 545); Green value is 233 (91.41% from 255 or 42.75% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 233 - color contains mainly: green. Hex color #8CE9AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CE9AC is #731653. Grayscale: #C6C6C6. Windows color (decimal): -7542356 or 11331980. OLE color: 11331980.

HSL color Cylindrical-coordinate representation of color #8CE9AC: hue angle of 140.65º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CE9AC is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB140233172-
CMYK0.4000.260.09
HSL140.65º67.88%73.14%-
HSV(B)140.65º39.91%91.37%-
XYZ47.466.8349.43-
YUV198.24113.1986.46-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.69%
GREEN value IS 233 (91.41% from 255) = 42.75%
BLUE value IS 172 (67.58% from 255) = 31.56%
R=25.69%
G=42.75%
B=31.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1402331720.4000.260.09140.6567.8873.14
Hex8CE9AC2801A98d4449
Octal2143512545003211215104111
Binary10001100111010011010110010100001101010011000110110001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CE9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,233,172); }

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

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

 a { background-color: rgb(140,233,172); }

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

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

 span { border-color: rgb(140,233,172); }

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