#8AE6AA

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

Shades of Vista Blue #8AE6AA

Tints of Vista Blue #8AE6AA

Color information

#8AE6AA (or 0x8AE6AA) is unknown color: approx Vista Blue. HEX triplet: 8A, E6 and AA. RGB value is (138,230,170). Sum of RGB (Red+Green+Blue) = 138+230+170=538 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.65% from 538); Green value is 230 (90.23% from 255 or 42.75% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 230 - color contains mainly: green. Hex color #8AE6AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AE6AA is #751955. Grayscale: #C3C3C3. Windows color (decimal): -7674198 or 11200138. OLE color: 11200138.

HSL color Cylindrical-coordinate representation of color #8AE6AA: hue angle of 140.87º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AE6AA is Cyan = 0.4, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB138230170-
CMYK0.400.260.10
HSL140.87º64.79%72.16%-
HSV(B)140.87º40%90.2%-
XYZ46.0364.948.13-
YUV195.65113.5286.88-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.65%
GREEN value IS 230 (90.23% from 255) = 42.75%
BLUE value IS 170 (66.80% from 255) = 31.60%
R=25.65%
G=42.75%
B=31.60%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1382301700.400.260.10140.8764.7972.16
Hex8AE6AA2801AA8d4148
Octal2123462525003212215101110
Binary10001010111001101010101010100001101010101000110110000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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