#8AE9AC

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

Shades of Vista Blue #8AE9AC

Tints of Vista Blue #8AE9AC

Color information

#8AE9AC (or 0x8AE9AC) is unknown color: approx Vista Blue. HEX triplet: 8A, E9 and AC. RGB value is (138,233,172). Sum of RGB (Red+Green+Blue) = 138+233+172=543 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.41% from 543); Green value is 233 (91.41% from 255 or 42.91% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 233 - color contains mainly: green. Hex color #8AE9AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AE9AC is #751653. Grayscale: #C5C5C5. Windows color (decimal): -7673428 or 11331978. OLE color: 11331978.

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

Color convert

RGB138233172-
CMYK0.4100.260.09
HSL141.47º68.35%72.75%-
HSV(B)141.47º40.77%91.37%-
XYZ47.0766.6649.42-
YUV197.64113.5385.46-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.41%
GREEN value IS 233 (91.41% from 255) = 42.91%
BLUE value IS 172 (67.58% from 255) = 31.68%
R=25.41%
G=42.91%
B=31.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1382331720.4100.260.09141.4768.3572.75
Hex8AE9AC2901A98d4449
Octal2123512545103211215104111
Binary10001010111010011010110010100101101010011000110110001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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