#8ACAA6

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

Shades of Vista Blue #8ACAA6

Tints of Vista Blue #8ACAA6

Color information

#8ACAA6 (or 0x8ACAA6) is unknown color: approx Vista Blue. HEX triplet: 8A, CA and A6. RGB value is (138,202,166). Sum of RGB (Red+Green+Blue) = 138+202+166=506 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.27% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 166 (65.23% from 255 or 32.81% from 506); Max value from RGB is 202 - color contains mainly: green. Hex color #8ACAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACAA6 is #753559. Grayscale: #B2B2B2. Windows color (decimal): -7681370 or 10930826. OLE color: 10930826.

HSL color Cylindrical-coordinate representation of color #8ACAA6: hue angle of 146.25º 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 #8ACAA6 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB138202166-
CMYK0.3200.180.21
HSL146.25º37.65%66.67%-
HSV(B)146.25º31.68%79.22%-
XYZ38.4850.443.78-
YUV178.76120.898.93-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.27%
GREEN value IS 202 (79.30% from 255) = 39.92%
BLUE value IS 166 (65.23% from 255) = 32.81%
R=27.27%
G=39.92%
B=32.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1382021660.3200.180.21146.2537.6566.67
Hex8ACAA62001215922643
Octal212312246400222522246103
Binary10001010110010101010011010000001001010101100100101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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