#8ACAAA

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

Shades of Vista Blue #8ACAAA

Tints of Vista Blue #8ACAAA

Color information

#8ACAAA (or 0x8ACAAA) is unknown color: approx Vista Blue. HEX triplet: 8A, CA and AA. RGB value is (138,202,170). Sum of RGB (Red+Green+Blue) = 138+202+170=510 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.06% from 510); Green value is 202 (79.30% from 255 or 39.61% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 202 - color contains mainly: green. Hex color #8ACAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACAAA is #753555. Grayscale: #B3B3B3. Windows color (decimal): -7681366 or 11192970. OLE color: 11192970.

HSL color Cylindrical-coordinate representation of color #8ACAAA: hue angle of 150º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ACAAA is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB138202170-
CMYK0.3200.160.21
HSL150º37.65%66.67%-
HSV(B)150º31.68%79.22%-
XYZ38.8650.5545.74-
YUV179.22122.898.6-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.06%
GREEN value IS 202 (79.30% from 255) = 39.61%
BLUE value IS 170 (66.80% from 255) = 33.33%
R=27.06%
G=39.61%
B=33.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1382021700.3200.160.2115037.6566.67
Hex8ACAAA2001015962643
Octal212312252400202522646103
Binary10001010110010101010101010000001000010101100101101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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