#8FE8AA

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

Shades of Vista Blue #8FE8AA

Tints of Vista Blue #8FE8AA

Color information

#8FE8AA (or 0x8FE8AA) is unknown color: approx Vista Blue. HEX triplet: 8F, E8 and AA. RGB value is (143,232,170). Sum of RGB (Red+Green+Blue) = 143+232+170=545 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.24% from 545); Green value is 232 (91.02% from 255 or 42.57% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 232 - color contains mainly: green. Hex color #8FE8AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FE8AA is #701755. Grayscale: #C6C6C6. Windows color (decimal): -7346006 or 11200655. OLE color: 11200655.

HSL color Cylindrical-coordinate representation of color #8FE8AA: hue angle of 138.2º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FE8AA is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB143232170-
CMYK0.3800.270.09
HSL138.2º65.93%73.53%-
HSV(B)138.2º38.36%90.98%-
XYZ47.4466.4648.36-
YUV198.32112.0188.54-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.24%
GREEN value IS 232 (91.02% from 255) = 42.57%
BLUE value IS 170 (66.80% from 255) = 31.19%
R=26.24%
G=42.57%
B=31.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1432321700.3800.270.09138.265.9373.53
Hex8FE8AA2601B98a424a
Octal2173502524603311212102112
Binary10001111111010001010101010011001101110011000101010000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FE8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,232,170); }

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

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

 a { background-color: rgb(143,232,170); }

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

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

 span { border-color: rgb(143,232,170); }

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