#8AE9AA

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

Shades of Vista Blue #8AE9AA

Tints of Vista Blue #8AE9AA

Color information

#8AE9AA (or 0x8AE9AA) is unknown color: approx Vista Blue. HEX triplet: 8A, E9 and AA. RGB value is (138,233,170). Sum of RGB (Red+Green+Blue) = 138+233+170=541 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.51% from 541); Green value is 233 (91.41% from 255 or 43.07% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 233 - color contains mainly: green. Hex color #8AE9AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AE9AA is #751655. Grayscale: #C5C5C5. Windows color (decimal): -7673430 or 11200906. OLE color: 11200906.

HSL color Cylindrical-coordinate representation of color #8AE9AA: hue angle of 140.21º 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 #8AE9AA is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB138233170-
CMYK0.4100.270.09
HSL140.21º68.35%72.75%-
HSV(B)140.21º40.77%91.37%-
XYZ46.8866.5848.41-
YUV197.41112.5385.62-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.51%
GREEN value IS 233 (91.41% from 255) = 43.07%
BLUE value IS 170 (66.80% from 255) = 31.42%
R=25.51%
G=43.07%
B=31.42%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1382331700.4100.270.09140.2168.3572.75
Hex8AE9AA2901B98c4449
Octal2123512525103311214104111
Binary10001010111010011010101010100101101110011000110010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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