#8AE7AB

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

Shades of Vista Blue #8AE7AB

Tints of Vista Blue #8AE7AB

Color information

#8AE7AB (or 0x8AE7AB) is unknown color: approx Vista Blue. HEX triplet: 8A, E7 and AB. RGB value is (138,231,171). Sum of RGB (Red+Green+Blue) = 138+231+171=540 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.56% from 540); Green value is 231 (90.62% from 255 or 42.78% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 231 - color contains mainly: green. Hex color #8AE7AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AE7AB is #751854. Grayscale: #C4C4C4. Windows color (decimal): -7673941 or 11265930. OLE color: 11265930.

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

Color convert

RGB138231171-
CMYK0.4000.260.09
HSL141.29º65.96%72.35%-
HSV(B)141.29º40.26%90.59%-
XYZ46.4165.548.72-
YUV196.35113.6986.38-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.56%
GREEN value IS 231 (90.62% from 255) = 42.78%
BLUE value IS 171 (67.19% from 255) = 31.67%
R=25.56%
G=42.78%
B=31.67%

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
Decimal1382311710.4000.260.09141.2965.9672.35
Hex8AE7AB2801A98d4248
Octal2123472535003211215102110
Binary10001010111001111010101110100001101010011000110110000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,231,171); }

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

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

 a { background-color: rgb(138,231,171); }

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

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

 span { border-color: rgb(138,231,171); }

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